mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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:
|
||||
return static_cast<PacketVersion>(PingVersion::IncludeConnectionID);
|
||||
default:
|
||||
return 19;
|
||||
return 20;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue