mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +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(MuteEnvironment);
|
||||
PACKET_TYPE_NAME_LOOKUP(AudioStreamStats);
|
||||
PACKET_TYPE_NAME_LOOKUP(DataServerConfirm);
|
||||
PACKET_TYPE_NAME_LOOKUP(OctreeStats);
|
||||
PACKET_TYPE_NAME_LOOKUP(Jurisdiction);
|
||||
PACKET_TYPE_NAME_LOOKUP(JurisdictionRequest);
|
||||
|
|
|
@ -48,7 +48,7 @@ namespace PacketType {
|
|||
DomainConnectionDenied,
|
||||
MuteEnvironment,
|
||||
AudioStreamStats,
|
||||
DataServerConfirm, // 20
|
||||
UNUSED, // 20
|
||||
DomainServerPathQuery,
|
||||
DomainServerPathResponse,
|
||||
DomainServerAddedNode,
|
||||
|
|
Loading…
Reference in a new issue