playroom增加0点更新
This commit is contained in:
parent
b1f9e44746
commit
795cd6ee96
@ -294,6 +294,10 @@ func (p *Player) ZeroUpdate(a []interface{}) {
|
||||
p.PlayMod.getFriendTreasureMod().ZeroUpdate()
|
||||
// p.PushClientRes(p.PlayMod.getFriendTreasureMod().BackData())
|
||||
|
||||
// playroom
|
||||
PlayroomMod := p.PlayMod.getPlayroomMod()
|
||||
PlayroomMod.ZeroUpdate()
|
||||
PlayroomBackData(p)
|
||||
p.PlayMod.getChampshipMod().ZeroUpdate()
|
||||
p.initAcitivity()
|
||||
ActivityZeroUpdate(p)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user