mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Use original casing in config file group name.
This commit is contained in:
parent
757a41f890
commit
c093b6e7c2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue