优化
This commit is contained in:
parent
300d307b87
commit
2ee93f2408
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user