mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +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;
|
break;
|
||||||
|
|
||||||
} // switch section
|
} // switch section
|
||||||
|
|
||||||
} // for each line
|
} // for each line
|
||||||
|
|
||||||
|
// Setup for VATSIM servers and sorting for comparison
|
||||||
// setup for VATSIM
|
|
||||||
fsdServers.setFsdSetup(CFsdSetup::vatsimStandard());
|
fsdServers.setFsdSetup(CFsdSetup::vatsimStandard());
|
||||||
|
fsdServers.sortBy(&CServer::getName);
|
||||||
|
voiceServers.sortBy(&CServer::getName);
|
||||||
|
|
||||||
// this part needs to be synchronized
|
// this part needs to be synchronized
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user