mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +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();
|
throw new NotEnoughArgumentsException();
|
||||||
}
|
}
|
||||||
if (args[0].isEmpty())
|
if (args[pos].isEmpty())
|
||||||
{
|
{
|
||||||
throw new NoSuchFieldException(_("playerNotFound"));
|
throw new NoSuchFieldException(_("playerNotFound"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue