feat: add version handling for DomainSettings packet type

This commit is contained in:
MayaTheShy
2025-11-08 18:18:12 -05:00
parent a99bfe142b
commit 6757ef3d33

View File

@@ -434,6 +434,8 @@ uint8_t NLPacket::versionForPacketType(PacketType type) {
return vAssetBakingTextureMeta;
case PacketType::EntityScriptCallMethod:
return vEntityScriptClientCallable;
case PacketType::DomainSettings:
return 18;
case PacketType::MixedAudio:
case PacketType::SilentAudioFrame:
case PacketType::InjectAudio: