From 8b47e90f549f97344cfe428a8fe23cf9918e7837 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 29 Aug 2023 21:03:39 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/controller/battle_controller_pvp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/app/module/battle/controller/battle_controller_pvp.lua b/lua/app/module/battle/controller/battle_controller_pvp.lua index 47ca8355..fc869273 100644 --- a/lua/app/module/battle/controller/battle_controller_pvp.lua +++ b/lua/app/module/battle/controller/battle_controller_pvp.lua @@ -306,7 +306,6 @@ function BattleControllerPVP:enterRoundBegin(...) self.needWaitingBoardOver = nil self.waveRoundCount[self.waveIndex] = (self.waveRoundCount[self.waveIndex] or 0) + 1 self.battleUI:enterShowBoardAni(function() - self:takeGridEffect() self:enterEliminationBegin() end, isFirstWaveFirstRound) self.battleTeamActionList = table.clearOrCreate(self.battleTeamActionList)