Fly improved

This commit is contained in:
DroppingAnvil
2020-04-04 18:41:13 -05:00
committed by droppinganvil
parent 44cac68a15
commit 5cf21d479e
3 changed files with 11 additions and 40 deletions

View File

@@ -403,6 +403,8 @@ public class FCmdRoot extends FCommand implements CommandExecutor {
if (FactionsPlugin.getInstance().getConfig().getBoolean("enable-faction-flight", false) && !fFlyEnabled) {
this.addSubCommand(this.cmdFly);
fFlyEnabled = true;
CmdFly.startFlyCheck();
CmdFly.startParticles();
}
}