From 67aabc3e37b20e1fbe958dbbb7129298cbd8d471 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 31 十二月 2024 14:25:16 +0800 Subject: [PATCH] 10350 【后端】【越南】【英文】【BT】【砍树】跨服竞技场优化(跨服排位) --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py index 3298d23..e6afa38 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py @@ -171,7 +171,7 @@ playerLV = msgData["LV"] if mapID == ChConfig.Def_FBMapID_CrossChampionship: - CrossChampionship.OnRequestChampionshipVSRoom(playerID, serverGroupID) + #CrossChampionship.OnRequestChampionshipVSRoom(playerID, serverGroupID) return zoneIpyData = CrossRealmPlayer.GetCrossZoneIpyDataByServerGroupID(mapID, serverGroupID) -- Gitblit v1.8.0