增加打点区分
This commit is contained in:
parent
6a35dd1345
commit
8cc81dd666
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user