diff --git a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java index e87073e..23ac1fe 100755 --- a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java +++ b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java @@ -466,6 +466,7 @@ public class SimplyCommands implements CommandExecutor { } } } + if (!ok) break; } if (!ok) { sender.sendMessage(ChatColor.RED + "You do not have permissions to do that.");