少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
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)
                {