mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Server handling
* added tower view as hardcoded * renamed to predefined servers * utility functions to add/remove FSD setup flags
This commit is contained in:
@@ -43,6 +43,14 @@ namespace BlackMisc
|
||||
return removed;
|
||||
}
|
||||
|
||||
void CServerList::removeUsers()
|
||||
{
|
||||
for (CServer &s : *this)
|
||||
{
|
||||
s.setUser(CUser());
|
||||
}
|
||||
}
|
||||
|
||||
bool CServerList::containsAddressPort(const CServer &server)
|
||||
{
|
||||
for (const CServer &s : *this)
|
||||
|
||||
Reference in New Issue
Block a user