登录协议修复
This commit is contained in:
parent
38bf34520a
commit
ea66010137
@ -555,10 +555,6 @@ func (ad *GameLogic) ReplaceExistPlayerAndAgent(a gate.Agent, player *Player) er
|
|||||||
}
|
}
|
||||||
internal.AsignPlayerToAgents(a, player)
|
internal.AsignPlayerToAgents(a, player)
|
||||||
player.SetAgent(a)
|
player.SetAgent(a)
|
||||||
player.PushClientRes(&msg.ResLogin{
|
|
||||||
ResultCode: 0,
|
|
||||||
DwUin: player.M_DwUin,
|
|
||||||
})
|
|
||||||
// 取消延迟关闭
|
// 取消延迟关闭
|
||||||
Timer, ok := player.timerList["LateClose"]
|
Timer, ok := player.timerList["LateClose"]
|
||||||
if ok {
|
if ok {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user