mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:10:37 +02:00
Bump packet version
This commit is contained in:
parent
f2b7cb005a
commit
02b9aaacf8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
||||||
case PacketTypeInjectAudio:
|
case PacketTypeInjectAudio:
|
||||||
return 1;
|
return 1;
|
||||||
case PacketTypeAvatarData:
|
case PacketTypeAvatarData:
|
||||||
return 4;
|
return 5;
|
||||||
case PacketTypeAvatarIdentity:
|
case PacketTypeAvatarIdentity:
|
||||||
return 1;
|
return 1;
|
||||||
case PacketTypeEnvironmentData:
|
case PacketTypeEnvironmentData:
|
||||||
|
|
Loading…
Reference in a new issue