增加打点区分

This commit is contained in:
hahwu 2026-06-03 12:02:40 +08:00
parent 6a35dd1345
commit 8cc81dd666

View File

@ -1228,6 +1228,7 @@ func (p *Player) TeLog(Type string, Param map[string]interface{}) {
if agent != nil && Param != nil {
Param["Ip"] = agent.RemoteAddr().String()
}
Param["server"] = "stable"
//Param["#zone_offset"] = -5
// 游戏内TE日志
BaseMod := p.PlayMod.getBaseMod()