数数日志优化

This commit is contained in:
hahwu 2025-11-18 14:07:41 +08:00
parent 545422bf11
commit 6494cbe92a

View File

@ -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)
} }