mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
Just bump packet version for EntityQueryInitialResultsComplete
This commit is contained in:
parent
dd098f05c2
commit
c4b916af62
1 changed files with 3 additions and 1 deletions
|
@ -94,8 +94,10 @@ PacketVersion versionForPacketType(PacketType packetType) {
|
|||
return static_cast<PacketVersion>(AvatarQueryVersion::ConicalFrustums);
|
||||
case PacketType::AvatarIdentityRequest:
|
||||
return 22;
|
||||
default:
|
||||
case PacketType::EntityQueryInitialResultsComplete:
|
||||
return 23;
|
||||
default:
|
||||
return 22;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue