Skip to content

Commit

Permalink
Fix hidden groups in /list
Browse files Browse the repository at this point in the history
  • Loading branch information
khobbits committed Jan 14, 2014
1 parent eee18f4 commit f39ef36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private void sendGroupedList(CommandSource sender, String commandLabel, Map<Stri
// If the group value is hidden, we don't need to display it
if (groupValue.equalsIgnoreCase("hidden"))
{
playerList.remove(groupValue);
playerList.remove(configGroup);
continue;
}

Expand Down

0 comments on commit f39ef36

Please sign in to comment.