Fix fly glitch with AirSpout & Tornado

This commit is contained in:
jedk1 2015-11-25 01:10:59 +00:00
parent 3a151eb2d5
commit fbdab10c3f

View file

@ -34,7 +34,6 @@ public class Flight {
if (instances.containsKey(player)) {
Flight flight = instances.get(player);
flight.refresh(source);
instances.replace(player, flight);
return;
}
this.couldFly = player.getAllowFlight();