mirror of
https://github.com/YouHaveTrouble/CommandWhitelist.git
synced 2026-05-12 06:26:57 +00:00
maybe not hardcode this
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user