mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
properly bail on version mismatch
This commit is contained in:
parent
22a6e4679a
commit
2665f3af67
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ void VoxelPacketProcessor::processPacket(const SharedNodePointer& sendingNode, c
|
|||
|
||||
versionDebugSuppressMap.insert(senderUUID, voxelPacketType);
|
||||
}
|
||||
return; // bail since piggyback version doesn't match
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue