| Main/System/Chat/ChatPlayerMineCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);