mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
typo fix
This commit is contained in:
parent
f808e6fa8e
commit
a032d0f19f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class Commandburn extends EssentialsCommand
|
||||||
//TODO: TL this
|
//TODO: TL this
|
||||||
if (args[0].trim().length() < 2)
|
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]))
|
for (Player p : server.matchPlayer(args[0]))
|
||||||
|
|
Loading…
Reference in a new issue