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