From ce9af8af6dafa98a229dc1bee322d08117813c4b Mon Sep 17 00:00:00 2001 From: Xefir Date: Wed, 9 May 2012 17:11:27 +0200 Subject: [PATCH] Small break, huge consequences ! --- src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java | 1 + 1 file changed, 1 insertion(+) 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.");