日志打点

This commit is contained in:
hahwu 2025-09-17 10:50:43 +08:00
parent 5b2813d875
commit ae5a2e5732

View File

@ -846,6 +846,9 @@ func EmitRetireTrigger1(p *Player) {
})
OrderMod := p.PlayMod.getOrderMod()
OrderMod.Retire(EmitId1[0])
p.TeLog("launcher_retire", map[string]interface{}{
"launcher_type": EmitId1[0],
})
ChessMod.BeginRetire(EmitId1[0])
}