mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
bump AvatarData protocol version
This commit is contained in:
parent
6f80c484b4
commit
e32b9191f5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) {
|
|||
case EntityData:
|
||||
return VERSION_ENTITIES_PARTICLE_MODIFICATIONS;
|
||||
case AvatarData:
|
||||
return 12;
|
||||
return 13;
|
||||
default:
|
||||
return 11;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue