summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandsell.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandsell.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandsell.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java
index 8697e8762..6b6390a18 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java
@@ -8,19 +8,13 @@ import com.earth2me.essentials.craftbukkit.InventoryWorkaround;
import java.util.Locale;
import java.util.logging.Level;
import org.bukkit.Material;
-import org.bukkit.Server;
import org.bukkit.inventory.ItemStack;
public class Commandsell extends EssentialsCommand
{
- public Commandsell()
- {
- super("sell");
- }
-
@Override
- public void run(final Server server, final IUser user, final String commandLabel, final String[] args) throws Exception
+ public void run(final IUser user, final String[] args) throws Exception
{
if (args.length < 1)
{