mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 04:55:32 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into model_browsing
This commit is contained in:
commit
93f66b074a
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