Remove these olds calls

This commit is contained in:
Xephi 2015-04-22 19:04:01 +02:00
parent ebe71c5790
commit ea85ec25b9

View File

@ -846,7 +846,6 @@ public class AuthMePlayerListener implements Listener {
}
if (gameMode.containsKey(name))
gameMode.remove(name);
player.saveData();
}
@EventHandler(priority = EventPriority.MONITOR)
@ -934,7 +933,6 @@ public class AuthMePlayerListener implements Listener {
player.getVehicle().eject();
} catch (NullPointerException ex) {
}
player.saveData();
}
@EventHandler(priority = EventPriority.HIGHEST)