mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix fly glitch with AirSpout & Tornado
This commit is contained in:
parent
3a151eb2d5
commit
fbdab10c3f
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue