fix: bot names

fix: minor tweaks to translations.
This commit is contained in:
ds 2020-08-22 01:38:59 +03:00
commit 922a896f0b
6 changed files with 105 additions and 95 deletions

View file

@ -194,6 +194,8 @@ BotCreateResult BotManager::create (StringRef name, int difficulty, int personal
if (name.empty ()) {
botName = conf.pickBotName ();
game.print ("PICKED NAME: %s", botName->name);
if (botName) {
resultName = botName->name;
}