Ref T210, adjusting classes to use new functions

This commit is contained in:
Klaus Basan
2017-12-19 03:14:42 +01:00
parent 4a2a059865
commit 0f8bbbbfc2
9 changed files with 9 additions and 9 deletions

View File

@@ -157,7 +157,7 @@ namespace BlackGui
CServerList otherServers(m_otherTrafficNetworkServers.getThreadLocal());
// add a testserver when no servers can be loaded
if (otherServers.isEmpty() && (sGui->isRunningInDeveloperEnvironment() || CBuildConfig::isDevBranch()))
if (otherServers.isEmpty() && sGui->isRunningInDeveloperEnvironment())
{
otherServers.push_back(sGui->getGlobalSetup().getFsdTestServersPlusHardcodedServers());
CLogMessage(this).info("Added servers for testing");