mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:19:26 +08:00
Renamed FSD server function
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b2d38d24e6
commit
c84bc457df
@@ -147,7 +147,7 @@ namespace BlackGui
|
||||
// add a testserver when no servers can be loaded
|
||||
if (otherServers.isEmpty() && CProject::isDebugBuild())
|
||||
{
|
||||
otherServers.push_back(CGlobalNetworkSettings::instance().swiftFSDTestServer());
|
||||
otherServers.push_back(CGlobalNetworkSettings::instance().swiftFsdTestServer());
|
||||
}
|
||||
this->ui->cbp_OtherServers->setServers(otherServers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user