Merge branch '2.9' of github.com:essentials/Essentials into 2.9

This commit is contained in:
KHobbits 2012-09-02 01:57:10 +01:00
commit e919897f1b

View file

@ -20,6 +20,12 @@ public class Commandburn extends EssentialsCommand
{
throw new NotEnoughArgumentsException();
}
//TODO: TL this
if (args[0].trim().length() < 2)
{
throw new NotEnoughArgumentsException("You need to specify a player to kill.");
}
for (Player p : server.matchPlayer(args[0]))
{