Actually Fix NPE in Flight revert() from 2e33659

This commit is contained in:
Jack Lin 2015-06-19 11:38:52 +12:00
parent eb2794b606
commit 34c5f3d290

View file

@ -132,7 +132,6 @@ public class Flight {
public void revert() {
if (player == null) {
instances.remove(player);
return;
}
player.setAllowFlight(couldFly);