add: ability to translate help messages in controls.
This commit is contained in:
parent
a2273f3410
commit
25e673a547
2 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue