mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:35:45 +02:00
add packets for a path query and path response
This commit is contained in:
parent
c66bd9b1aa
commit
d8b17ffeb0
1 changed files with 5 additions and 5 deletions
|
@ -47,8 +47,8 @@ enum PacketType {
|
|||
PacketTypeMuteEnvironment,
|
||||
PacketTypeAudioStreamStats,
|
||||
PacketTypeDataServerConfirm, // 20
|
||||
UNUSED_1,
|
||||
UNUSED_2,
|
||||
PacketTypeDomainServerPathQuery,
|
||||
PacketTypeDomainServerPathResponse,
|
||||
UNUSED_3,
|
||||
UNUSED_4,
|
||||
UNUSED_5, // 25
|
||||
|
|
Loading…
Reference in a new issue