数数日志优化
This commit is contained in:
parent
545422bf11
commit
6494cbe92a
@ -1049,6 +1049,7 @@ func (p *Player) TeLog(Type string, Param map[string]interface{}) {
|
|||||||
if agent != nil {
|
if agent != nil {
|
||||||
Param["Ip"] = agent.RemoteAddr().String()
|
Param["Ip"] = agent.RemoteAddr().String()
|
||||||
}
|
}
|
||||||
|
Param["#zone_offset"] = -5
|
||||||
telog.Te.Track(p.GetPlayerBaseMod().GetName(), p.GetPlayerBaseMod().GetName(), Type, Param)
|
telog.Te.Track(p.GetPlayerBaseMod().GetName(), p.GetPlayerBaseMod().GetName(), Type, Param)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user