Remove these olds calls
This commit is contained in:
@@ -846,7 +846,6 @@ public class AuthMePlayerListener implements Listener {
|
|||||||
}
|
}
|
||||||
if (gameMode.containsKey(name))
|
if (gameMode.containsKey(name))
|
||||||
gameMode.remove(name);
|
gameMode.remove(name);
|
||||||
player.saveData();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
@EventHandler(priority = EventPriority.MONITOR)
|
||||||
@@ -934,7 +933,6 @@ public class AuthMePlayerListener implements Listener {
|
|||||||
player.getVehicle().eject();
|
player.getVehicle().eject();
|
||||||
} catch (NullPointerException ex) {
|
} catch (NullPointerException ex) {
|
||||||
}
|
}
|
||||||
player.saveData();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
|
|||||||
Reference in New Issue
Block a user