Many F Fly bug fixes:
- Async get nearby entities - Not respecting admin bypass - Not respecting permissions for system claims - Not respecting permissions for relations - Sending fly disabled message when user is not flying - Sending double messages when disabling - Sometimes disabling fly while in creative and spectator game modes
This commit is contained in:
committed by
droppinganvil
parent
f7619f0685
commit
6544513ca7
@@ -210,7 +210,6 @@ public class FactionsPlugin extends MPlugin {
|
||||
if (fPlayer.isAlt()) faction.addAltPlayer(fPlayer);
|
||||
else faction.addFPlayer(fPlayer);
|
||||
}
|
||||
if (getConfig().getBoolean("enable-faction-flight", true)) UtilFly.run();
|
||||
|
||||
|
||||
Board.getInstance().load();
|
||||
|
||||
Reference in New Issue
Block a user