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