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