mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-21 06:09:10 +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 (_type != NonMetaverse) {
|
||||||
// if we have a metaverse domain, we'll use an access token for API calls
|
// if we have a metaverse domain, we'll use an access token for API calls
|
||||||
resetAccountManagerAccessToken();
|
resetAccountManagerAccessToken();
|
||||||
}
|
|
||||||
|
|
||||||
setupAutomaticNetworking();
|
setupAutomaticNetworking();
|
||||||
|
}
|
||||||
|
|
||||||
if (!getID().isNull() && _type != NonMetaverse) {
|
if (!getID().isNull() && _type != NonMetaverse) {
|
||||||
// setup periodic heartbeats to metaverse API
|
// setup periodic heartbeats to metaverse API
|
||||||
|
|
Loading…
Reference in a new issue