Minor improvement.

This commit is contained in:
DNx5
2016-04-01 13:05:26 +07:00
parent f7408c3e14
commit ff17e4ca6b
3 changed files with 3 additions and 17 deletions
@@ -38,9 +38,6 @@ public class ProcessSyncronousPlayerQuit implements Runnable {
if (needToChange) {
player.setOp(isOp);
}
try {
player.getVehicle().eject();
} catch (Exception ignored) {
}
player.leaveVehicle();
}
}