mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
mark the DataServerConfirm packet unused
This commit is contained in:
parent
05dd49a4c5
commit
76d47eb4e7
2 changed files with 1 additions and 2 deletions
|
@ -135,7 +135,6 @@ QString nameForPacketType(PacketType::Value packetType) {
|
||||||
PACKET_TYPE_NAME_LOOKUP(DomainConnectionDenied);
|
PACKET_TYPE_NAME_LOOKUP(DomainConnectionDenied);
|
||||||
PACKET_TYPE_NAME_LOOKUP(MuteEnvironment);
|
PACKET_TYPE_NAME_LOOKUP(MuteEnvironment);
|
||||||
PACKET_TYPE_NAME_LOOKUP(AudioStreamStats);
|
PACKET_TYPE_NAME_LOOKUP(AudioStreamStats);
|
||||||
PACKET_TYPE_NAME_LOOKUP(DataServerConfirm);
|
|
||||||
PACKET_TYPE_NAME_LOOKUP(OctreeStats);
|
PACKET_TYPE_NAME_LOOKUP(OctreeStats);
|
||||||
PACKET_TYPE_NAME_LOOKUP(Jurisdiction);
|
PACKET_TYPE_NAME_LOOKUP(Jurisdiction);
|
||||||
PACKET_TYPE_NAME_LOOKUP(JurisdictionRequest);
|
PACKET_TYPE_NAME_LOOKUP(JurisdictionRequest);
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace PacketType {
|
||||||
DomainConnectionDenied,
|
DomainConnectionDenied,
|
||||||
MuteEnvironment,
|
MuteEnvironment,
|
||||||
AudioStreamStats,
|
AudioStreamStats,
|
||||||
DataServerConfirm, // 20
|
UNUSED, // 20
|
||||||
DomainServerPathQuery,
|
DomainServerPathQuery,
|
||||||
DomainServerPathResponse,
|
DomainServerPathResponse,
|
||||||
DomainServerAddedNode,
|
DomainServerAddedNode,
|
||||||
|
|
Loading…
Reference in a new issue