mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
missed a protocol change
This commit is contained in:
parent
fc92268641
commit
41a8e9fa91
1 changed files with 1 additions and 2 deletions
|
@ -789,8 +789,7 @@ void DomainServer::sendDomainListToNode(const SharedNodePointer& node, const Hif
|
|||
|
||||
extendedHeaderStream << limitedNodeList->getSessionUUID();
|
||||
extendedHeaderStream << node->getUUID();
|
||||
extendedHeaderStream << (quint8) node->isAllowedEditor();
|
||||
extendedHeaderStream << (quint8) node->getCanRez();
|
||||
extendedHeaderStream << node->getPermissions();
|
||||
|
||||
auto domainListPackets = NLPacketList::create(PacketType::DomainList, extendedHeader);
|
||||
|
||||
|
|
Loading…
Reference in a new issue