System/Chat/ChatBubbleModel.cs
@@ -92,7 +92,7 @@ ChatBubble bubble; if (TryGetBubble(id, out bubble)) { var config = Config.Instance.Get<ChatBubbleBoxConfig>(id); var config = ChatBubbleBoxConfig.Get(id); bool got = false; try { @@ -173,7 +173,7 @@ public string GetBubbleIcon(bool left, ref bool isFlip) { var config = Config.Instance.Get<ChatBubbleBoxConfig>(id); var config = ChatBubbleBoxConfig.Get(id); isFlip = false; if (left) {