mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
add back access token to domain-server
This commit is contained in:
parent
13310923c4
commit
b1b378a91f
1 changed files with 3 additions and 0 deletions
|
@ -470,6 +470,9 @@ bool DomainServer::resetAccountManagerAccessToken() {
|
|||
|
||||
void DomainServer::setupAutomaticNetworking() {
|
||||
qDebug() << "Updating automatic networking setting in domain-server to" << _automaticNetworkingSetting;
|
||||
|
||||
resetAccountManagerAccessToken();
|
||||
|
||||
_automaticNetworkingSetting =
|
||||
_settingsManager.valueOrDefaultValueForKeyPath(METAVERSE_AUTOMATIC_NETWORKING_KEY_PATH).toString();
|
||||
|
||||
|
|
Loading…
Reference in a new issue