mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 19:46:40 +02:00
remove call to NodeListPacket in NodeList
This commit is contained in:
parent
453f8605c0
commit
76fb120f67
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ void NodeList::sendDomainServerCheckIn() {
|
|||
|
||||
}
|
||||
|
||||
auto domainPacket = NodeListPacket::create(domainPacketType);
|
||||
auto domainPacket { NLPacket::create(domainPacketType); }
|
||||
QDataStream packetStream(&domainPacket->getPayload);
|
||||
|
||||
if (domainPacketType == PacketType::DomainConnectRequest) {
|
||||
|
|
Loading…
Reference in a new issue