mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Bump DomainListVersion for new protocol
This commit is contained in:
parent
3002abeddc
commit
5d13f6c030
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,8 @@ enum class DomainListVersion : PacketVersion {
|
|||
PrePermissionsGrid = 18,
|
||||
PermissionsGrid,
|
||||
GetUsernameFromUUIDSupport,
|
||||
GetMachineFingerprintFromUUIDSupport
|
||||
GetMachineFingerprintFromUUIDSupport,
|
||||
AuthenticationOptional
|
||||
};
|
||||
|
||||
enum class AudioVersion : PacketVersion {
|
||||
|
|
Loading…
Reference in a new issue