add: ability to translate help messages in controls.

This commit is contained in:
ds 2020-08-22 17:01:16 +03:00
commit 25e673a547
2 changed files with 5 additions and 5 deletions

View file

@ -244,7 +244,7 @@ Bot *BotManager::findBotByIndex (int index) {
return bot.get ();
}
}
return nullptr; // no bot``
return nullptr; // no bot
}
Bot *BotManager::findBotByEntity (edict_t *ent) {