From 22643c414d80cfb1438c9ae2db7ff842410d4f14 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 24 八月 2018 15:59:41 +0800
Subject: [PATCH] 2873 聊天监控

---
 System/FriendSystem/New/FriendsModel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/FriendSystem/New/FriendsModel.cs b/System/FriendSystem/New/FriendsModel.cs
index 22fed92..62256fb 100644
--- a/System/FriendSystem/New/FriendsModel.cs
+++ b/System/FriendSystem/New/FriendsModel.cs
@@ -130,6 +130,7 @@
 
 
         ChatCtrl.Inst.PteChatID = (int)id;
+        ChatCtrl.Inst.PteChatName = name;
         MapConfig mapConfig = Config.Instance.Get<MapConfig>(PlayerDatas.Instance.baseData.MapID);
         string msg = StringUtility.Contact(Language.Get("KillOthersDes", mapConfig.Name, UIHelper.ServerStringTrim(PlayerDatas.Instance.baseData.PlayerName)),ChatCtrl.KILL_IDENTIFY);
         ChatCtrl.Inst.SendChatInfo(ChatInfoType.Friend,msg);

--
Gitblit v1.8.0