summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandban.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandban.java b/Essentials/src/com/earth2me/essentials/commands/Commandban.java
index 3523499fe..a8ad1753f 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandban.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandban.java
@@ -42,7 +42,6 @@ public class Commandban extends EssentialsCommand
&& !ess.getUser(sender).isAuthorized("essentials.ban.offline"))
{
throw new Exception(_("banExempt"));
- return;
}
}
else
@@ -50,7 +49,6 @@ public class Commandban extends EssentialsCommand
if (user.isAuthorized("essentials.ban.exempt") && sender instanceof Player)
{
throw new Exception(_("banExempt"));
- return;
}
}