From c093b6e7c2b06b177a1bacf62643b060fbf6a3d2 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sat, 30 Mar 2013 02:36:09 +0000 Subject: [PATCH] Use original casing in config file group name. --- .../src/com/earth2me/essentials/commands/Commandlist.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);