feat: add DomainServerRequireDTLS packet type to NLPacket protocol
This commit is contained in:
@@ -45,6 +45,7 @@ enum class PacketType : uint8_t {
|
|||||||
AvatarIdentity = 29,
|
AvatarIdentity = 29,
|
||||||
NodeIgnoreRequest = 30,
|
NodeIgnoreRequest = 30,
|
||||||
DomainConnectRequest = 31,
|
DomainConnectRequest = 31,
|
||||||
|
DomainServerRequireDTLS = 32,
|
||||||
// ... many more packet types
|
// ... many more packet types
|
||||||
EntityAdd = 0x41,
|
EntityAdd = 0x41,
|
||||||
EntityEdit = 0x42,
|
EntityEdit = 0x42,
|
||||||
|
|||||||
Reference in New Issue
Block a user