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