mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:23:04 +02:00
clean up agent comment for domain settings request
This commit is contained in:
parent
c54dffac12
commit
65142a3963
1 changed files with 1 additions and 2 deletions
|
@ -250,8 +250,7 @@ void DomainHandler::requestDomainSettings() {
|
||||||
|
|
||||||
NodeType_t owningNodeType = DependencyManager::get<NodeList>()->getOwnerType();
|
NodeType_t owningNodeType = DependencyManager::get<NodeList>()->getOwnerType();
|
||||||
if (owningNodeType == NodeType::Agent) {
|
if (owningNodeType == NodeType::Agent) {
|
||||||
// for now the agent nodes don't need any settings - this allows local assignment-clients
|
// for now the agent nodes don't need any domain settings
|
||||||
// to connect to a domain that is using automatic networking (since we don't have TCP hole punch yet)
|
|
||||||
_settingsObject = QJsonObject();
|
_settingsObject = QJsonObject();
|
||||||
emit settingsReceived(_settingsObject);
|
emit settingsReceived(_settingsObject);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue