mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
push the packet version for NodeIgnoreRequest
This commit is contained in:
parent
5fc2afe549
commit
07c1777485
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue