Add missing early `return` in CmdMod

This commit is contained in:
eueln 2015-01-05 10:00:15 -06:00
parent 0a80b79321
commit d6bbea7244
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class CmdMod extends FCommand {
}
sendFancyMessage(msg);
return;
}
boolean permAny = Permission.MOD_ANY.has(sender, false);