mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +02:00
arrrgggss
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user