diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-16 06:00:27 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-16 06:00:27 +0000 |
commit | 87807c0071cf616531842b6dea0a4f936e0c9949 (patch) | |
tree | 45752e009c109aeef9f4817061054d0d9407991e | |
parent | f4d1689c102b44962f37fd7a8127fc43048e7673 (diff) | |
download | Essentials-87807c0071cf616531842b6dea0a4f936e0c9949.tar Essentials-87807c0071cf616531842b6dea0a4f936e0c9949.tar.gz Essentials-87807c0071cf616531842b6dea0a4f936e0c9949.tar.lz Essentials-87807c0071cf616531842b6dea0a4f936e0c9949.tar.xz Essentials-87807c0071cf616531842b6dea0a4f936e0c9949.zip |
[trunk] Cleanup
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1210 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandsetworth.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandsetworth.java b/Essentials/src/com/earth2me/essentials/commands/Commandsetworth.java index 3f903dcc9..bfe228f8f 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandsetworth.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandsetworth.java @@ -4,7 +4,6 @@ import org.bukkit.Server; import com.earth2me.essentials.Essentials; import com.earth2me.essentials.ItemDb; import com.earth2me.essentials.User; -import com.earth2me.essentials.commands.EssentialsCommand; import org.bukkit.inventory.ItemStack; |