mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 09:37:50 +01:00
Use original casing in config file group name.
This commit is contained in:
parent
757a41f890
commit
c093b6e7c2
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user