From 394b894fe2a7131b1816d9799fc6a49fba33a108 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 十二月 2023 14:39:55 +0800
Subject: [PATCH] 3191 删除推送

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTalk.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTalk.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTalk.py
index c6f24d8..0a3d524 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTalk.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerTalk.py
@@ -26,7 +26,6 @@
 import CrossRealmMsg
 import ChNetSendPack
 import NetPackCommon
-import PlayerGeTui
 import PyGameData
 
 import re
@@ -146,8 +145,6 @@
             if len(g_ChatMi[tagPlayerID]) > 8:
                 g_ChatMi[tagPlayerID].pop(0)
                 return
-        
-        #PlayerGeTui.ChatMiGeTui(tagPlayerID, tagPlayerName, curPlayer.GetName())
 
 # 登录时将离线消息下发
 def LoginChatMi(curPlayer):

--
Gitblit v1.8.0