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