mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
Packet verison bump
This commit is contained in:
parent
e72c25736e
commit
1e8effdcc4
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ enum class AvatarMixerPacketVersion : PacketVersion {
|
||||||
HandControllerJoints,
|
HandControllerJoints,
|
||||||
HasKillAvatarReason,
|
HasKillAvatarReason,
|
||||||
SessionDisplayName,
|
SessionDisplayName,
|
||||||
Unignore
|
Unignore,
|
||||||
|
ImmediateSessionDisplayNameUpdates
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class DomainConnectRequestVersion : PacketVersion {
|
enum class DomainConnectRequestVersion : PacketVersion {
|
||||||
|
|
Loading…
Reference in a new issue