don't force auto networking on non metaverse domains

This commit is contained in:
Stephen Birarda 2016-08-23 11:21:15 -07:00
parent fbe784155e
commit 43b8e01d46

View file

@ -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