Fix AirScooter and WaterSpout letting players fly

This commit is contained in:
MistPhizzle 2014-06-28 21:21:30 -04:00
parent a2bb20699a
commit efacd58e34

View file

@ -99,6 +99,7 @@ public class BendingManager implements Runnable {
AirBurst.progressAll(); AirBurst.progressAll();
handleDayNight(); handleDayNight();
Bloodbending.progressAll(); Bloodbending.progressAll();
Flight.handle();
FireJet.progressAll(); FireJet.progressAll();
AirScooter.progressAll(); AirScooter.progressAll();
AirSpout.spoutAll(); AirSpout.spoutAll();