Selaa lähdekoodia

解决反馈问题

gitwallet 1 vuosi sitten
vanhempi
sitoutus
66df3ff9ee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      script/module/lostTemple/lostTempleLogic.lua

+ 1 - 1
script/module/lostTemple/lostTempleLogic.lua

@@ -659,10 +659,10 @@ function update(human)
         return
         return
     end
     end
     
     
+    local msgRet = Msg.gc.GC_LOST_TEMPLE_UPDATE
     if not makeGridNet(human, msgRet.list) then
     if not makeGridNet(human, msgRet.list) then
         return 
         return 
     end
     end
-    local msgRet = Msg.gc.GC_LOST_TEMPLE_UPDATE
     local leftTime = getLeftTime()
     local leftTime = getLeftTime()
     msgRet.leftTime = leftTime
     msgRet.leftTime = leftTime
     msgRet.playerX = human.lostTemple.x
     msgRet.playerX = human.lostTemple.x