mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #681, using FSD setup in server
This commit is contained in:
@@ -71,5 +71,13 @@ namespace BlackMisc
|
||||
this->addIfAddressNotExists(s);
|
||||
}
|
||||
}
|
||||
|
||||
void CServerList::setFsdSetup(const CFsdSetup &setup)
|
||||
{
|
||||
for (CServer &s : *this)
|
||||
{
|
||||
s.setFsdSetup(setup);
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user