output no perms message for -fw

This commit is contained in:
Gibstick 2013-07-19 12:29:30 -04:00
parent 0830764cc3
commit 4855cf753c
2 changed files with 1 additions and 1 deletions

BIN
dist/DiscoSheep.jar vendored

Binary file not shown.

View File

@ -182,7 +182,7 @@ public class DiscoSheepCommandExecutor implements CommandExecutor {
if (senderHasPerm(sender, PERMISSION_FIREWORKS)) { if (senderHasPerm(sender, PERMISSION_FIREWORKS)) {
mainParty.setDoFireworks(true); mainParty.setDoFireworks(true);
} else { } else {
noPermsMessage(sender, PERMISSION_FIREWORKS); return noPermsMessage(sender, PERMISSION_FIREWORKS);
} }
} else if (args[i].equalsIgnoreCase("-r")) { } else if (args[i].equalsIgnoreCase("-r")) {
try { try {