From 9c3fb79c2a6433d53cc872758942dbc02253dd06 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 05 一月 2026 10:58:49 +0800
Subject: [PATCH] 282 查看他人-客户端
---
Main/System/Chat/ChatPlayerOtherCell.cs | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/Main/System/Chat/ChatPlayerOtherCell.cs b/Main/System/Chat/ChatPlayerOtherCell.cs
index f609c1e..246a2ff 100644
--- a/Main/System/Chat/ChatPlayerOtherCell.cs
+++ b/Main/System/Chat/ChatPlayerOtherCell.cs
@@ -22,10 +22,7 @@
TalkData data = hasNewPlayerInfo ? newPlayerInfo : nowData;
avatarCell.InitUI(AvatarHelper.GetAvatarModel((int)data.PlayerID, (int)data.Face, (int)data.FacePic, data.Job));
- avatarCell.button.SetListener(() =>
- {
-
- });
+
title.InitUI(data.RealmLV, (int)data.TitleID);
int bubbleID = ChatBubbleHelper.GetOtherChatBubbleID(data.Job, (int)data.BubbleBox);
m_ChatBubble.DisplayBubble(bubbleID, (int)data.PlayerID);
--
Gitblit v1.8.0