summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-03-30 02:36:09 +0000
committerKHobbits <rob@khobbits.co.uk>2013-03-30 02:36:09 +0000
commit6882f6d679ec48faf25509a7915e10937cbbc858 (patch)
tree46a79d6ab115f0c9abc54959d16e13f5dbaddc26
parent1792c76a125677b896f4acb331ce3e6bb531cfc5 (diff)
downloadEssentials-6882f6d679ec48faf25509a7915e10937cbbc858.tar
Essentials-6882f6d679ec48faf25509a7915e10937cbbc858.tar.gz
Essentials-6882f6d679ec48faf25509a7915e10937cbbc858.tar.lz
Essentials-6882f6d679ec48faf25509a7915e10937cbbc858.tar.xz
Essentials-6882f6d679ec48faf25509a7915e10937cbbc858.zip
Use original casing in config file group name.
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandlist.java2
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 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]);