mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +02:00
Fix hidden groups in /list
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user