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