refs #681, using FSD setup in server

This commit is contained in:
Klaus Basan
2016-06-27 01:58:01 +02:00
parent 75a7ca382c
commit c133ad04c7
6 changed files with 44 additions and 11 deletions

View File

@@ -71,5 +71,13 @@ namespace BlackMisc
this->addIfAddressNotExists(s);
}
}
void CServerList::setFsdSetup(const CFsdSetup &setup)
{
for (CServer &s : *this)
{
s.setFsdSetup(setup);
}
}
} // namespace
} // namespace