Commit 5854fd56a31ddcaa985b8f593a2d76b48d2b388a

Authored by zhouhaihai
1 parent bf73a8e5

没用的代码

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/adv/AdvPlayer.lua
... ... @@ -65,7 +65,6 @@ end
65 65 function BaseObject:clearRound()
66 66 for i = #self.passives, 1, -1 do
67 67 if self.passives[i].isDel then
68   - self.passives[i]:endPassive()
69 68 table.remove(self.passives, i)
70 69 end
71 70 end
... ...