349 【配套功能】功能预告-服务端(修复主线关卡进度开启功能判断逻辑)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.py
@@ -91,7 +91,7 @@
            continue
        
        limitManLevel = ipyData.GetLimitManLevel()
        if limitManLevel and limitManLevel < PlayerControl.GetMainLevelPassValue(curPlayer):
        if limitManLevel and PlayerControl.GetMainLevelPassValue(curPlayer) < limitManLevel:
            continue
        
        # 先更新值再处理开启逻辑,不能可能导致在功能开启逻辑中再开启功能引发的递归死循环