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