Przeglądaj źródła

解决反馈问题

gitwallet 1 rok temu
rodzic
commit
66df3ff9ee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      script/module/lostTemple/lostTempleLogic.lua

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

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