fix: bot names
fix: minor tweaks to translations.
This commit is contained in:
parent
de0ba2881e
commit
922a896f0b
6 changed files with 105 additions and 95 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue