mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 04:39:51 +02:00
whitespace
This commit is contained in:
parent
eb6d329dfa
commit
8108557e10
1 changed files with 0 additions and 2 deletions
|
@ -473,7 +473,6 @@ void DomainServer::setupNodeListAndAssignments() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
connect(nodeList.data(), &LimitedNodeList::nodeAdded, this, &DomainServer::nodeAdded);
|
connect(nodeList.data(), &LimitedNodeList::nodeAdded, this, &DomainServer::nodeAdded);
|
||||||
connect(nodeList.data(), &LimitedNodeList::nodeKilled, this, &DomainServer::nodeKilled);
|
connect(nodeList.data(), &LimitedNodeList::nodeKilled, this, &DomainServer::nodeKilled);
|
||||||
|
|
||||||
|
@ -587,7 +586,6 @@ void DomainServer::setupAutomaticNetworking() {
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "Cannot enable domain-server automatic networking without a domain ID."
|
qDebug() << "Cannot enable domain-server automatic networking without a domain ID."
|
||||||
<< "Please add an ID to your config file or via the web interface.";
|
<< "Please add an ID to your config file or via the web interface.";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue