Disable detection when started in local client mode

This commit is contained in:
Adam Honse 2020-12-06 21:07:53 -06:00
parent 8a88573443
commit a2e74eb788
3 changed files with 57 additions and 29 deletions

View file

@ -172,6 +172,10 @@ int main(int argc, char* argv[])
{
ResourceManager::get()->DetectDevices();
}
else
{
ResourceManager::get()->DisableDetection();
}
}
/*---------------------------------------------------------*\