lcy
1 天以前 4043a2666d3e147bcc291f008c0abee4048d6198
Main/System/Chat/ChatPlayerMineCell.cs
@@ -15,7 +15,7 @@
        if (!manager.TryGetChatData(ChatManager.Instance.nowChatChannel, cell.index, out TalkData data))
            return;
        m_ChatBubble.DisplayContent(data.Content);
        m_ChatBubble.DisplayContent(data.Content, true);
        int bubbleID = ChatBubbleHelper.GetMyChatBubbleID();
        m_ChatBubble.DisplayBubble(bubbleID, (int)PlayerDatas.Instance.baseData.PlayerID);