From 3c385e69271dfe8530fadc3f67e13ee495e4b0e1 Mon Sep 17 00:00:00 2001 From: ementalo Date: Mon, 16 Jul 2012 15:01:16 +0100 Subject: Package Renames --- .../src/com/earth2me/essentials/xmpp/Commandxmppspy.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java') diff --git a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java index 13d152306..392e20d5c 100644 --- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java +++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java @@ -1,10 +1,9 @@ package com.earth2me.essentials.xmpp; -import com.earth2me.essentials.api.server.CommandSender; -import com.earth2me.essentials.commands.EssentialsCommand; -import com.earth2me.essentials.commands.NotEnoughArgumentsException; +import net.ess3.commands.EssentialsCommand; +import net.ess3.commands.NotEnoughArgumentsException; import java.util.List; -import org.bukkit.command.CommandSender; + import org.bukkit.entity.Player; -- cgit v1.2.3