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