mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
setup ice heartbeat if auto networking enabled
This commit is contained in:
parent
6d396ce9b3
commit
0d80e9dc1f
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ void DomainServer::setupAutomaticNetworking() {
|
|||
_settingsManager.valueOrDefaultValueForKeyPath(METAVERSE_AUTOMATIC_NETWORKING_KEY_PATH).toString();
|
||||
|
||||
if (_automaticNetworkingSetting == FULL_AUTOMATIC_NETWORKING_VALUE) {
|
||||
|
||||
setupICEHeartbeatForFullNetworking();
|
||||
}
|
||||
|
||||
if (!didSetupAccountManagerWithAccessToken()) {
|
||||
|
|
Loading…
Reference in a new issue