From 22c964784d465c77365c2495f6d43117618d8482 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 26 十二月 2024 16:52:25 +0800 Subject: [PATCH] 10350 【后端】【越南】【英文】【BT】【砍树】跨服竞技场优化 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py index 56adf1c..1789332 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -1812,10 +1812,6 @@ NotifyCode(curPlayer, "CrossMap4") return - if PlayerCrossRealmPK.GetIsCrossPKMatching(curPlayer): - NotifyCode(curPlayer, "CrossMap3") - return - if PlayerState.IsInPKState(curPlayer): NotifyCode(curPlayer, "SingleEnterPK", [mapID]) return @@ -2021,12 +2017,6 @@ if isNotify: NotifyCode(curPlayer, "SingleEnterPK", [mapID]) return ShareDefine.EntFBAskRet_PKState - - ## 跨服PK匹配中 - if PlayerCrossRealmPK.GetIsCrossPKMatching(curPlayer): - if isNotify: - NotifyCode(curPlayer, "CrossMatching8", [mapID]) - return ShareDefine.EntFBAskRet_CrossPKMatching ## 跨服地图中 if GetCrossMapID(curPlayer) and mapID not in ChConfig.Def_CrossMapIDList: -- Gitblit v1.8.0