mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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