mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
Fix hidden groups in /list
This commit is contained in:
parent
eee18f40be
commit
f39ef36115
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class Commandlist extends EssentialsCommand
|
||||||
// If the group value is hidden, we don't need to display it
|
// If the group value is hidden, we don't need to display it
|
||||||
if (groupValue.equalsIgnoreCase("hidden"))
|
if (groupValue.equalsIgnoreCase("hidden"))
|
||||||
{
|
{
|
||||||
playerList.remove(groupValue);
|
playerList.remove(configGroup);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue