diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandburn.java b/Essentials/src/com/earth2me/essentials/commands/Commandburn.java index c951fae97..1a734ebd2 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandburn.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandburn.java @@ -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]))