playroom增加0点更新

This commit is contained in:
hahwu 2025-01-20 11:01:12 +08:00
parent b1f9e44746
commit 795cd6ee96

View File

@ -294,6 +294,10 @@ func (p *Player) ZeroUpdate(a []interface{}) {
p.PlayMod.getFriendTreasureMod().ZeroUpdate() p.PlayMod.getFriendTreasureMod().ZeroUpdate()
// p.PushClientRes(p.PlayMod.getFriendTreasureMod().BackData()) // p.PushClientRes(p.PlayMod.getFriendTreasureMod().BackData())
// playroom
PlayroomMod := p.PlayMod.getPlayroomMod()
PlayroomMod.ZeroUpdate()
PlayroomBackData(p)
p.PlayMod.getChampshipMod().ZeroUpdate() p.PlayMod.getChampshipMod().ZeroUpdate()
p.initAcitivity() p.initAcitivity()
ActivityZeroUpdate(p) ActivityZeroUpdate(p)