Made OOS messages more friendly

This commit is contained in:
mathusummut
2018-09-02 13:06:21 +02:00
parent 498350f8bd
commit 1b3ae14659
7 changed files with 44 additions and 107 deletions

View File

@@ -120,7 +120,7 @@ namespace Shared {
vector<string> techPaths;
findDirs(techDataPaths, techPaths);
if (techPaths.empty() == false) {
// Always calc megapack first so its up to date sooner
// Always calc zetapack first so its up to date sooner
const string zetapackTechtreeName = "zetapack";
vector<string>::iterator iterFindZetaPack = std::find(techPaths.begin(), techPaths.end(), zetapackTechtreeName);
if (iterFindZetaPack != techPaths.end()) {