增加打点
This commit is contained in:
parent
86bf2f5389
commit
5314f2eb76
@ -408,6 +408,12 @@ func (p *Player) Outline() {
|
||||
BaseMod := p.PlayMod.getBaseMod()
|
||||
BaseMod.Outline(int(Cacumulative))
|
||||
p.PlayMod.save()
|
||||
p.TeLog("logout", map[string]interface{}{
|
||||
"order_list": p.PlayMod.getOrderMod().GetOrderList(),
|
||||
"after_level": p.PlayMod.getBaseMod().GetLevel(),
|
||||
"tmp_diamond": p.PlayMod.getBaseMod().GetDiamond(),
|
||||
"tmp_energy": p.PlayMod.getBaseMod().GetEnergy(),
|
||||
})
|
||||
p.UpdateUserInfo()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user