Core/GameEngine/Model/Config/DemonRecommondPropertyConfig.cs
@@ -137,7 +137,9 @@ if (preParse) { configs[id] = new DemonRecommondPropertyConfig(line); var config = new DemonRecommondPropertyConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else { @@ -163,7 +165,9 @@ if (preParse) { configs[id] = new DemonRecommondPropertyConfig(line); var config = new DemonRecommondPropertyConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else {