From 0a924bf22604cf863adbe23fdc9735e72bd3a283 Mon Sep 17 00:00:00 2001 From: snowleo Date: Thu, 23 Jun 2011 14:58:37 +0200 Subject: [PATCH] Cleanup --- .../src/com/earth2me/essentials/commands/EssentialsCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java b/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java index d4f509aa0..01ab569a1 100644 --- a/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java +++ b/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java @@ -5,7 +5,6 @@ import java.util.List; import org.bukkit.Server; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; -import com.earth2me.essentials.Essentials; import com.earth2me.essentials.IEssentials; import org.bukkit.entity.Player; import com.earth2me.essentials.User;