mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 04:15:52 +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:
|
case PacketType::AssetUpload:
|
||||||
// Removal of extension from Asset requests
|
// Removal of extension from Asset requests
|
||||||
return 18;
|
return 18;
|
||||||
|
case PacketType::NodeIgnoreRequest:
|
||||||
|
return 18; // Introduction of node ignore request (which replaced an unused packet tpye)
|
||||||
|
|
||||||
case PacketType::DomainConnectionDenied:
|
case PacketType::DomainConnectionDenied:
|
||||||
return static_cast<PacketVersion>(DomainConnectionDeniedVersion::IncludesReasonCode);
|
return static_cast<PacketVersion>(DomainConnectionDeniedVersion::IncludesReasonCode);
|
||||||
|
|
Loading…
Reference in a new issue