Explorar el Código

解决反馈问题

gitwallet hace 1 año
padre
commit
66df3ff9ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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