maybe not hardcode this

This commit is contained in:
YouHaveTrouble
2021-07-05 21:29:16 +02:00
parent 11beafdae7
commit 55fdf0c076
@@ -89,7 +89,7 @@ public class ConfigCache {
ConfigSection groupSection = config.getConfigSection("groups"); ConfigSection groupSection = config.getConfigSection("groups");
for (String key : groupSection.getKeys(false)) { for (String key : groupSection.getKeys(false)) {
groupList.put("key", loadCWGroup(key, groupSection)); groupList.put(key, loadCWGroup(key, groupSection));
} }
return saveConfig(); return saveConfig();