Remove these olds calls
This commit is contained in:
parent
ebe71c5790
commit
ea85ec25b9
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user