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