1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

Use original casing in config file group name.

This commit is contained in:
KHobbits
2013-03-30 02:36:09 +00:00
parent 81e53662c6
commit 1ea74f6205

View File

@@ -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]);