mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +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();
|
||||
if (owningNodeType == NodeType::Agent) {
|
||||
// for now the agent nodes don't need any settings - this allows local assignment-clients
|
||||
// to connect to a domain that is using automatic networking (since we don't have TCP hole punch yet)
|
||||
// for now the agent nodes don't need any domain settings
|
||||
_settingsObject = QJsonObject();
|
||||
emit settingsReceived(_settingsObject);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue