misc: cosmetic changes

This commit is contained in:
ds 2020-09-10 13:54:00 +03:00
commit c65272e65b
6 changed files with 8 additions and 6 deletions

View file

@ -198,7 +198,7 @@ BotCreateResult BotManager::create (StringRef name, int difficulty, int personal
resultName = botName->name;
}
else {
resultName.assignf ("yapb_%d.%d", rg.int_ (100, 10000), rg.int_ (100, 10000)); // just pick ugly random name
resultName.assignf ("%s_%d.%d", product.folder, rg.int_ (100, 10000), rg.int_ (100, 10000)); // just pick ugly random name
}
}
else {