push the packet version for NodeIgnoreRequest

This commit is contained in:
Stephen Birarda 2016-07-13 09:54:30 -07:00
parent 5fc2afe549
commit 07c1777485

View file

@ -60,6 +60,8 @@ PacketVersion versionForPacketType(PacketType packetType) {
case PacketType::AssetUpload:
// Removal of extension from Asset requests
return 18;
case PacketType::NodeIgnoreRequest:
return 18; // Introduction of node ignore request (which replaced an unused packet tpye)
case PacketType::DomainConnectionDenied:
return static_cast<PacketVersion>(DomainConnectionDeniedVersion::IncludesReasonCode);