mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-19 01:40:00 +00:00
arrrgggss
This commit is contained in:
parent
c70700f7b8
commit
b5e9ad02ae
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue