Sort servers for later comparison (the comparison which avoids unnecessary saving and signals)

This commit is contained in:
Klaus Basan
2016-07-01 14:49:06 +02:00
parent 663b161b0c
commit 2e78674f09

View File

@@ -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
{