mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-04 00:41:59 +00:00
Update all players' acks in packet-server mode
Fixes potential issue when host switching in packet-server mode
This commit is contained in:
parent
134e8f2d60
commit
154eea56e6
1 changed files with 3 additions and 0 deletions
|
@ -873,6 +873,9 @@ static void GetPackets()
|
|||
{
|
||||
pState.CurrentSequence = seq;
|
||||
}
|
||||
// Update this so host switching doesn't have any hiccups in packet-server mode.
|
||||
if (NetMode == NET_PacketServer && consoleplayer != Net_Arbitrator && pNum != Net_Arbitrator)
|
||||
pState.SequenceAck = seq;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue