diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java index 2d8dfdcbf..2ccc46b02 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java @@ -190,7 +190,7 @@ public class Commandlist extends EssentialsCommand continue; } - sender.sendMessage(outputFormat(configGroup, listUsers(outputUserList))); + sender.sendMessage(outputFormat(oConfigGroup, listUsers(outputUserList))); } String[] onlineGroups = playerList.keySet().toArray(new String[0]);