mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:32:38 +02:00
don't force auto networking on non metaverse domains
This commit is contained in:
parent
fbe784155e
commit
43b8e01d46
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
|||
if (_type != NonMetaverse) {
|
||||
// if we have a metaverse domain, we'll use an access token for API calls
|
||||
resetAccountManagerAccessToken();
|
||||
}
|
||||
|
||||
setupAutomaticNetworking();
|
||||
setupAutomaticNetworking();
|
||||
}
|
||||
|
||||
if (!getID().isNull() && _type != NonMetaverse) {
|
||||
// setup periodic heartbeats to metaverse API
|
||||
|
|
Loading…
Reference in a new issue