mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 01:57:57 +02:00
Bump default packet version 20 -> 21
This commit is contained in:
parent
0349847857
commit
9b6225db40
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 20;
|
||||
return 21;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue