mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-08 00:11:20 +01:00
Fixes plugin config section overwriting #429
This commit is contained in:
parent
9accdf8625
commit
d30866036d
@ -28,7 +28,7 @@ public class PluginConfigSectionHandler {
|
||||
return false;
|
||||
}
|
||||
|
||||
ConfigNode pluginSection = section.getConfigNode(pluginName);
|
||||
ConfigNode pluginSection = section.getConfigNode(pluginName + ".Data");
|
||||
return pluginSection.getChildren().containsKey(dataSource.placeholder);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user