arrrgggss

This commit is contained in:
snowleo 2011-11-27 00:31:14 +01:00
parent c70700f7b8
commit b5e9ad02ae

View file

@ -47,7 +47,7 @@ public abstract class EssentialsCommand implements IEssentialsCommand
{ {
throw new NotEnoughArgumentsException(); throw new NotEnoughArgumentsException();
} }
if (args[0].isEmpty()) if (args[pos].isEmpty())
{ {
throw new NoSuchFieldException(_("playerNotFound")); throw new NoSuchFieldException(_("playerNotFound"));
} }