mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 05:24:06 +02:00
Bump AvatarData packet number
This commit is contained in:
parent
4157a3ca40
commit
af9525ed33
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
case PacketTypeInjectAudio:
|
||||
return 1;
|
||||
case PacketTypeAvatarData:
|
||||
return 3;
|
||||
return 4;
|
||||
case PacketTypeAvatarIdentity:
|
||||
return 1;
|
||||
case PacketTypeEnvironmentData:
|
||||
|
|
Loading…
Reference in a new issue