mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-15 05:17:53 +00:00
Flight Glitch
Attempt to always revert the players permissions when they get out of flying.
This commit is contained in:
parent
566b2055f8
commit
5f3ca7883e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class Flight {
|
||||||
public static void removeAll() {
|
public static void removeAll() {
|
||||||
for (Player player : instances.keySet()) {
|
for (Player player : instances.keySet()) {
|
||||||
Flight flight = instances.get(player);
|
Flight flight = instances.get(player);
|
||||||
if (flight.source != null)
|
//if (flight.source != null)
|
||||||
flight.revert();
|
flight.revert();
|
||||||
flight.remove();
|
flight.remove();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue