mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-27 10:31:31 +01:00
Fix hidden groups in /list
This commit is contained in:
parent
eee18f40be
commit
f39ef36115
@ -60,7 +60,7 @@ public class Commandlist extends EssentialsCommand
|
||||
// If the group value is hidden, we don't need to display it
|
||||
if (groupValue.equalsIgnoreCase("hidden"))
|
||||
{
|
||||
playerList.remove(groupValue);
|
||||
playerList.remove(configGroup);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user