mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-09 12:30:42 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
sender.sendMessage(outputFormat(configGroup, listUsers(outputUserList)));
|
sender.sendMessage(outputFormat(oConfigGroup, listUsers(outputUserList)));
|
||||||
}
|
}
|
||||||
|
|
||||||
String[] onlineGroups = playerList.keySet().toArray(new String[0]);
|
String[] onlineGroups = playerList.keySet().toArray(new String[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user