mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 05:46:17 +02:00
Bump default packet version for new HMAC
This commit is contained in:
parent
4fa11f116f
commit
66bd424ae4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
|
||||||
case PacketType::Ping:
|
case PacketType::Ping:
|
||||||
return static_cast<PacketVersion>(PingVersion::IncludeConnectionID);
|
return static_cast<PacketVersion>(PingVersion::IncludeConnectionID);
|
||||||
default:
|
default:
|
||||||
return 19;
|
return 20;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue