diff options
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandlist.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java index c9bc864cf..0e3620a34 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java @@ -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; } |