mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Merge pull request #2365 from birarda/master
fix for packet version mismatch
This commit is contained in:
commit
caf9de5463
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ bool NodeList::packetVersionAndHashMatch(const QByteArray& packet) {
|
|||
qDebug() << "Packet version mismatch on" << packetTypeForPacket(packet) << "- Sender"
|
||||
<< uuidFromPacketHeader(packet) << "sent" << qPrintable(QString::number(packet[numPacketTypeBytes])) << "but"
|
||||
<< qPrintable(QString::number(versionForPacketType(mismatchType))) << "expected.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
const QSet<PacketType> NON_VERIFIED_PACKETS = QSet<PacketType>()
|
||||
|
|
Loading…
Reference in a new issue