mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:33:35 +02:00
add back indentation to STATICALLY_ASSIGNED_NODES
This commit is contained in:
parent
d2acf327dd
commit
7591a29c48
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ QUuid DomainGatekeeper::assignmentUUIDForPendingAssignment(const QUuid& tempUUID
|
|||
}
|
||||
|
||||
const NodeSet STATICALLY_ASSIGNED_NODES = NodeSet() << NodeType::AudioMixer
|
||||
<< NodeType::AvatarMixer << NodeType::EntityServer;
|
||||
<< NodeType::AvatarMixer << NodeType::EntityServer;
|
||||
|
||||
void DomainGatekeeper::processConnectRequestPacket(QSharedPointer<NLPacket> packet) {
|
||||
if (packet->getPayloadSize() == 0) {
|
||||
|
|
Loading…
Reference in a new issue