Skip to content

Commit f39ef36

Browse files
committed
Fix hidden groups in /list
1 parent eee18f4 commit f39ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Essentials/src/com/earth2me/essentials/commands/Commandlist.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private void sendGroupedList(CommandSource sender, String commandLabel, Map<Stri
6060
// If the group value is hidden, we don't need to display it
6161
if (groupValue.equalsIgnoreCase("hidden"))
6262
{
63-
playerList.remove(groupValue);
63+
playerList.remove(configGroup);
6464
continue;
6565
}
6666

0 commit comments

Comments
 (0)