소스 검색

修改战力排行榜第一名的玩家上线后弹窗逻辑

gitxsm 1 개월 전
부모
커밋
fd4299c9e1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      script/module/broadcast/BigRPlayerShow.lua

+ 4 - 0
script/module/broadcast/BigRPlayerShow.lua

@@ -40,6 +40,10 @@ local function isShowTips(human)
         return bl
     end
 
+    if human.db.lv < 10 then
+        return bl
+    end
+
     local showTipsData = human.db.showTipsData
     local pRank1LoginShowTime = showTipsData.pRank1LoginShowTime
     if not pRank1LoginShowTime then