mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Sort servers for later comparison (the comparison which avoids unnecessary saving and signals)
This commit is contained in:
@@ -387,12 +387,12 @@ namespace BlackCore
|
||||
break;
|
||||
|
||||
} // switch section
|
||||
|
||||
} // for each line
|
||||
|
||||
|
||||
// setup for VATSIM
|
||||
// Setup for VATSIM servers and sorting for comparison
|
||||
fsdServers.setFsdSetup(CFsdSetup::vatsimStandard());
|
||||
fsdServers.sortBy(&CServer::getName);
|
||||
voiceServers.sortBy(&CServer::getName);
|
||||
|
||||
// this part needs to be synchronized
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user