mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02: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