This commit is contained in:
aozhiwei 2024-04-18 19:47:37 +08:00
parent a785ee38c1
commit 365de5d231

View File

@ -420,6 +420,9 @@ func (this *player) CMRefreshUser(hdr *f5.MsgHdr, msg *cs.CMRefreshUser) {
q5.DuckToSimple(rspObj.Info.HeroInfo.Wealth, &this.hero.wealth)
q5.DuckToSimple(rspObj.Info.HeroInfo.ValidLefttime, &this.hero.validLeftTime)
}
if this.GetTeam() != nil {
this.GetTeam().SendStateNotify()
}
}
})
}