This commit is contained in:
hahwu 2025-11-20 11:39:54 +08:00
parent 300d307b87
commit 2ee93f2408

View File

@ -982,7 +982,7 @@ func (p *Player) UpdateUserInfo() {
simple.Physiology = p.PlayMod.getPlayroomMod().GetPhysiologyList() simple.Physiology = p.PlayMod.getPlayroomMod().GetPhysiologyList()
value, _ := json.Marshal(simple) value, _ := json.Marshal(simple)
IdStr := strconv.Itoa(int(p.M_DwUin)) IdStr := strconv.Itoa(int(p.M_DwUin))
db.RedisSetKey(IdStr, string(value), 0) go db.RedisSetKey(IdStr, string(value), 0)
} }
func (p *Player) HandleInUserRank() { func (p *Player) HandleInUserRank() {