mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 03:55:08 +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:
|
case EntityData:
|
||||||
return VERSION_ENTITIES_PARTICLE_MODIFICATIONS;
|
return VERSION_ENTITIES_PARTICLE_MODIFICATIONS;
|
||||||
case AvatarData:
|
case AvatarData:
|
||||||
return 12;
|
return 13;
|
||||||
default:
|
default:
|
||||||
return 11;
|
return 11;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue