Don't print Running standalone message when local server connection succeeds
This commit is contained in:
parent
707df85d1f
commit
cb656ebdf7
3 changed files with 11 additions and 1 deletions
|
|
@ -425,6 +425,11 @@ SettingsManager* ResourceManager::GetSettingsManager()
|
|||
return(settings_manager);
|
||||
}
|
||||
|
||||
bool ResourceManager::GetDetectionEnabled()
|
||||
{
|
||||
return(detection_enabled);
|
||||
}
|
||||
|
||||
unsigned int ResourceManager::GetDetectionPercent()
|
||||
{
|
||||
return (detection_percent.load());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue