feat: add avatar query conical to version table initialization

This commit is contained in:
MayaTheShy
2025-11-08 18:16:42 -05:00
parent fdaf92b536
commit 3a7a57b913

View File

@@ -283,6 +283,7 @@ static void ensureVersionTable(uint8_t& vAvatarRemoveAttachments,
s_vAvatarRemoveAttachments = static_cast<uint8_t>(avatar["RemoveAttachments"]);
s_vAvatarTraitsAck = static_cast<uint8_t>(avatar["AvatarTraitsAck"]);
s_vAvatarQueryConical = static_cast<uint8_t>(avatarQuery["ConicalFrustums"]);
// Entity LAST_PACKET_TYPE is number of entries - 1 before NUM_PACKET_TYPE
// If parsing map failed to give LAST_PACKET_TYPE, derive from count of entries before NUM_PACKET_TYPE label.
int entityCount = 0;