From b5e9ad02aefc2304a7fff7280e41471992096961 Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 27 Nov 2011 00:31:14 +0100 Subject: [PATCH] arrrgggss --- .../src/com/earth2me/essentials/commands/EssentialsCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java b/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java index 32d8ef979..6b9d17b26 100644 --- a/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java +++ b/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java @@ -47,7 +47,7 @@ public abstract class EssentialsCommand implements IEssentialsCommand { throw new NotEnoughArgumentsException(); } - if (args[0].isEmpty()) + if (args[pos].isEmpty()) { throw new NoSuchFieldException(_("playerNotFound")); }