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