Revert "Fix flight glitch"

This reverts commit 952c1cce48.
This commit is contained in:
Benford 2016-02-11 21:45:10 -05:00
parent 952c1cce48
commit 5628441235

View file

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