mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
unsourced additions from Howard
This commit is contained in:
parent
ecbce8201b
commit
a5c2ce472e
1 changed files with 7 additions and 1 deletions
|
@ -158,7 +158,13 @@ local packet_types = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local unsourced_packet_types = {
|
local unsourced_packet_types = {
|
||||||
["DomainList"] = true
|
["DomainList"] = true,
|
||||||
|
["DomainConnectRequest"] = true,
|
||||||
|
["ICEPing"] = true,
|
||||||
|
["ICEPingReply"] = true,
|
||||||
|
["DomainServerConnectionToken"] = true,
|
||||||
|
["DomainSettingsRequest"] = true,
|
||||||
|
["ICEServerHeartbeatACK"] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
local fragments = {}
|
local fragments = {}
|
||||||
|
|
Loading…
Reference in a new issue