1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-23 06:45:04 +02:00

Fix compilation, unreachable code.

This commit is contained in:
Chris Ward
2013-02-10 20:37:46 +11:00
parent 1d7ee07e99
commit 6d05a00331

View File

@@ -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;
}
}