1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +02:00

arrrgggss

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

View File

@@ -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"));
}