diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandkill.java b/Essentials/src/com/earth2me/essentials/commands/Commandkill.java index a7fdd338f..a2e58227b 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandkill.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandkill.java @@ -23,7 +23,7 @@ public class Commandkill extends EssentialsCommand } //TODO: TL this - if (args[0].trim().length() < 3) + if (args[0].trim().length() < 2) { throw new NotEnoughArgumentsException("You need to specify a player to kill."); }