Reformatted Code

This commit is contained in:
ProSavage
2018-11-06 23:38:43 -06:00
parent cd09e77b42
commit b1b9bd1b73
156 changed files with 1589 additions and 1593 deletions

View File

@@ -34,7 +34,7 @@ public class CmdMoneyBalance extends FCommand {
if (faction == null) {
return;
}
if (faction != myFaction && !Permission.MONEY_BALANCE_ANY.has(sender, true)) {
if (faction != myFaction && ! Permission.MONEY_BALANCE_ANY.has(sender, true)) {
return;
}