Quick Fix With Fly Check Console Spam & Properly Defined Variables In TL for TNT command

This commit is contained in:
Driftay
2019-11-22 04:55:58 -05:00
parent 0b127cbe72
commit f3b0dcdb7f
7 changed files with 8 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ public class CmdFly extends FCommand {
}
return me.hasPermission(Permission.FLY.node) && (access != Access.DENY || toFac.isSystemFaction());
}
return fme.canFlyAtLocation();
return true;
}