Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java

typo fix
This commit is contained in:
Iaccidentally 2012-09-04 00:16:23 -03:00
parent f808e6fa8e
commit a032d0f19f

View file

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