mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-06 14:01:39 +00:00
Minor cleanup
This commit is contained in:
parent
7a46de6b02
commit
7bbceed491
5 changed files with 3 additions and 10 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue