mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #12579 from SimonWalton-HiFi/RC65
Fix for avatar record only replaying once
This commit is contained in:
commit
fcb2f358f8
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ void Connection::processControl(ControlPacketPointer controlPacket) {
|
|||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Got handshake request, stopping SendQueue";
|
||||
#endif
|
||||
_hasReceivedHandshakeACK = false;
|
||||
stopSendQueue();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue