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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user