优化
This commit is contained in:
parent
46e75a50ca
commit
c94fbff299
@ -812,6 +812,11 @@ func ReqChessEx(player *Player, buf []byte) error {
|
|||||||
})
|
})
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
if req.Type == 4 {
|
||||||
|
player.TeLog("LimitEventLuckyCat", map[string]interface{}{
|
||||||
|
"req": int(req.NewChessId),
|
||||||
|
})
|
||||||
|
}
|
||||||
player.PlayMod.save()
|
player.PlayMod.save()
|
||||||
player.PushClientRes(ChessMod.BackData())
|
player.PushClientRes(ChessMod.BackData())
|
||||||
player.PushClientRes(&msg.ResChessEx{
|
player.PushClientRes(&msg.ResChessEx{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user