Minor cleanup

This commit is contained in:
Iaccidentally 2013-04-30 12:57:38 -04:00
parent 7a46de6b02
commit 7bbceed491
5 changed files with 3 additions and 10 deletions

View file

@ -1,10 +1,9 @@
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.earth2me.essentials.User;
public class Commandburn extends EssentialsCommand
@ -21,7 +20,7 @@ public class Commandburn extends EssentialsCommand
{
throw new NotEnoughArgumentsException();
}
//TODO: TL this
if (args[0].trim().length() < 2)
{