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