diff options
author | KHobbits <rob@khobbits.co.uk> | 2014-04-06 15:44:37 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2014-04-06 15:44:37 +0100 |
commit | 9c8be30b2d50ef175b76d617f890d3deb42fa478 (patch) | |
tree | ec874bd0bfd99424f95b9acb287943fd43840285 /EssentialsXMPP | |
parent | 9482e24b5424560a6fcc39a2066d8008e13a45bd (diff) | |
download | Essentials-9c8be30b2d50ef175b76d617f890d3deb42fa478.tar Essentials-9c8be30b2d50ef175b76d617f890d3deb42fa478.tar.gz Essentials-9c8be30b2d50ef175b76d617f890d3deb42fa478.tar.lz Essentials-9c8be30b2d50ef175b76d617f890d3deb42fa478.tar.xz Essentials-9c8be30b2d50ef175b76d617f890d3deb42fa478.zip |
Cleanup
Diffstat (limited to 'EssentialsXMPP')
-rw-r--r-- | EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmpp.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmpp.java b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmpp.java index 529b4a1c2..f30efc514 100644 --- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmpp.java +++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmpp.java @@ -5,7 +5,6 @@ import com.earth2me.essentials.Console; import com.earth2me.essentials.commands.EssentialsCommand; import com.earth2me.essentials.commands.NotEnoughArgumentsException; import org.bukkit.Server; -import org.bukkit.entity.Player; public class Commandxmpp extends EssentialsCommand |