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