bug修复
This commit is contained in:
parent
4337490e88
commit
01d116e0c4
@ -97,6 +97,10 @@ function ActPvpData:updateData(data)
|
|||||||
self:updateHerosInfo(data.heroes, data.current_select_pair_id, data.next_select_four_id)
|
self:updateHerosInfo(data.heroes, data.current_select_pair_id, data.next_select_four_id)
|
||||||
self.flushCount = data.flush_count
|
self.flushCount = data.flush_count
|
||||||
|
|
||||||
|
if self:isFinalDay() then
|
||||||
|
self.playing = false
|
||||||
|
end
|
||||||
|
|
||||||
self:setDirty()
|
self:setDirty()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user