summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-06-23 14:58:37 +0200
committersnowleo <schneeleo@gmail.com>2011-06-23 14:58:37 +0200
commit0a924bf22604cf863adbe23fdc9735e72bd3a283 (patch)
treeb305eaeff6a4bfa7ff09b5fb4d189aeb7a9c49c9
parent2ea5e6c03b87d900ca6cdbb18df26a65efb645f3 (diff)
downloadEssentials-0a924bf22604cf863adbe23fdc9735e72bd3a283.tar
Essentials-0a924bf22604cf863adbe23fdc9735e72bd3a283.tar.gz
Essentials-0a924bf22604cf863adbe23fdc9735e72bd3a283.tar.lz
Essentials-0a924bf22604cf863adbe23fdc9735e72bd3a283.tar.xz
Essentials-0a924bf22604cf863adbe23fdc9735e72bd3a283.zip
Cleanup
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java1
1 files changed, 0 insertions, 1 deletions
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;