فهرست منبع

异界之战弹窗条件修改

gitxsm 4 ماه پیش
والد
کامیت
68bd809937
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      script/module/anotherWorldBattle/AnotherWorldBattleNS.lua

+ 1 - 1
script/module/anotherWorldBattle/AnotherWorldBattleNS.lua

@@ -1235,7 +1235,7 @@ function C2N_State_Response(msg)
 
     -- 只用于弹出提示框
     if msg.isTips and msg.isTips == 1 then
-        if msg.systemState <= 2 and msg.joinState <= 1 then
+        if (msg.systemState > 0 and msg.systemState <= 2) and msg.joinState <= 1 then
             local msgRet = Msg.gc.GC_AB_TIPS
             Msg.send(msgRet, human.fd)
         end