mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
Merge pull request #4926 from birarda/domain-toggle
reload the DS merged config after making version required changes
This commit is contained in:
commit
f4f4be7917
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ void DomainServerSettingsManager::setupConfigMap(const QStringList& argumentList
|
||||||
|
|
||||||
// write the new settings to the json file
|
// write the new settings to the json file
|
||||||
persistToFile();
|
persistToFile();
|
||||||
|
|
||||||
|
// reload the master and user config so that the merged config is right
|
||||||
|
_configMap.loadMasterAndUserConfig(argumentList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue