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