Fixed spacing in code around ! operator.
This commit is contained in:
@@ -25,7 +25,7 @@ public class CmdBypass extends FCommand {
|
||||
|
||||
@Override
|
||||
public void perform() {
|
||||
fme.setIsAdminBypassing(this.argAsBool(0, ! fme.isAdminBypassing()));
|
||||
fme.setIsAdminBypassing(this.argAsBool(0, !fme.isAdminBypassing()));
|
||||
|
||||
// TODO: Move this to a transient field in the model??
|
||||
if (fme.isAdminBypassing()) {
|
||||
|
||||
Reference in New Issue
Block a user