From fff9f0799480c0d8a047f3fc24d84e0a6193c422 Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 15 Jul 2012 19:58:08 +0200 Subject: server-layer part 2 --- EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 c5f846aa2..13d152306 100644 --- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java +++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java @@ -1,6 +1,6 @@ package com.earth2me.essentials.xmpp; -import com.earth2me.essentials.api.server.ICommandSender; +import com.earth2me.essentials.api.server.CommandSender; import com.earth2me.essentials.commands.EssentialsCommand; import com.earth2me.essentials.commands.NotEnoughArgumentsException; import java.util.List; @@ -11,7 +11,7 @@ import org.bukkit.entity.Player; public class Commandxmppspy extends EssentialsCommand { @Override - protected void run(final ICommandSender sender, final String commandLabel, final String[] args) throws NotEnoughArgumentsException + protected void run(final CommandSender sender, final String commandLabel, final String[] args) throws NotEnoughArgumentsException { if (args.length < 1) { -- cgit v1.2.3