Merge pull request #40 from kforbro/master

fix useProtocolLib
This commit is contained in:
2021-10-10 18:37:35 +02:00
committed by GitHub
@@ -86,6 +86,7 @@ public class ConfigCache {
added_to_whitelist = config.getString("messages.added_to_whitelist"); added_to_whitelist = config.getString("messages.added_to_whitelist");
removed_from_whitelist = config.getString("messages.removed_from_whitelist"); removed_from_whitelist = config.getString("messages.removed_from_whitelist");
group_doesnt_exist = config.getString("messages.group_doesnt_exist"); group_doesnt_exist = config.getString("messages.group_doesnt_exist");
useProtocolLib = config.getBoolean("use_protocollib");
ConfigSection groupSection = config.getConfigSection("groups"); ConfigSection groupSection = config.getConfigSection("groups");
for (String key : groupSection.getKeys(false)) { for (String key : groupSection.getKeys(false)) {