mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-24 09:01:56 +01:00
Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
typo fix
This commit is contained in:
parent
f808e6fa8e
commit
a032d0f19f
@ -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]))
|
||||
|
Loading…
Reference in New Issue
Block a user