From a552b88172a545ddd7185d66b95398e464922f29 Mon Sep 17 00:00:00 2001 From: snowleo Date: Tue, 3 Jan 2012 02:53:57 +0100 Subject: I always forget these --- .../src/com/earth2me/essentials/xmpp/Commandxmppspy.java | 8 +------- 1 file changed, 1 insertion(+), 7 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 4f276c3b9..968058fb3 100644 --- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java +++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/Commandxmppspy.java @@ -3,20 +3,14 @@ package com.earth2me.essentials.xmpp; import com.earth2me.essentials.commands.EssentialsCommand; import com.earth2me.essentials.commands.NotEnoughArgumentsException; import java.util.List; -import org.bukkit.Server; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; public class Commandxmppspy extends EssentialsCommand { - public Commandxmppspy() - { - super("xmppspy"); - } - @Override - protected void run(final Server server, final CommandSender sender, final String commandLabel, final String[] args) throws NotEnoughArgumentsException + protected void run(final CommandSender sender, final String[] args) throws NotEnoughArgumentsException { if (args.length < 1) { -- cgit v1.2.3