mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 19:44:15 +02:00
Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
typo fix
This commit is contained in:
@@ -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]))
|
||||
|
Reference in New Issue
Block a user