Fix waterspout fly glitch

- Fixed a fly glitch when a player goes over land with waterspout
This commit is contained in:
Benford 2016-02-11 21:55:48 -05:00
parent 61004060d6
commit cf305aa53d

View file

@ -154,6 +154,8 @@ public class WaterSpout extends WaterAbility {
AFFECTED_BLOCKS.remove(tb.getBlock());
tb.revertBlock();
}
player.setAllowFlight(false);
player.setFlying(false);
}
public void revertBaseBlock() {