From aefbf921fe1aeb4a9d315291725623cc11889972 Mon Sep 17 00:00:00 2001 From: ementalo Date: Fri, 8 Jul 2011 12:38:54 +0100 Subject: [PATCH] fixing eco command player argument. must be careful with c&p :/ --- Essentials/src/com/earth2me/essentials/commands/Commandeco.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandeco.java b/Essentials/src/com/earth2me/essentials/commands/Commandeco.java index e64d42946..2aa883bbf 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandeco.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandeco.java @@ -55,7 +55,7 @@ public class Commandeco extends EssentialsCommand } else { - User u = getPlayer(server, args, 0, true); + User u = getPlayer(server, args, 1, true); switch (cmd) { case GIVE: