From 5ac407ea08e218f3638e67b37c9261b437393d34 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 03 十二月 2025 19:55:29 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(支持多地图战斗)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
index c50b8a5..6f75318 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -995,16 +995,6 @@
             PyGameData.g_crossZoneName = msgValue
             return
         
-        if key == ShareDefine.Def_Notify_WorldKey_CrossServerTime:
-            PyGameData.g_crossServerTimeInfo = eval(msgValue)
-            playerManager = GameWorld.GetPlayerManager()
-            for index in xrange(playerManager.GetPlayerCount()):
-                curPlayer = playerManager.GetPlayerByIndex(index)
-                if not GameWorld.IsNormalPlayer(curPlayer):
-                    continue
-                ChPlayer.Sync_PyServerDataTimeToClient(curPlayer)
-            return
-        
         # 幸运云购
         if key == ShareDefine.Def_Notify_WorldKey_LuckyCloudBuyInfo:
             PyGameData.g_luckyCloudBuyInfo = eval(msgValue)

--
Gitblit v1.8.0