mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix AirScooter and WaterSpout letting players fly
This commit is contained in:
parent
a2bb20699a
commit
efacd58e34
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue