Updates for banning

Removing the ban workaround

We might remove the ban commands completely.
This commit is contained in:
snowleo 2011-09-07 22:34:53 +02:00
parent b828222176
commit 4c6cc5ced0
15 changed files with 141 additions and 197 deletions

View file

@ -20,7 +20,7 @@ public class Commandbanip extends EssentialsCommand
throw new NotEnoughArgumentsException();
}
ess.getBans().banByIp(args[0]);
ess.getServer().banIP(args[0]);
sender.sendMessage(Util.i18n("banIpAddress"));
}
}