add: cvar infos are now translateable.
This commit is contained in:
parent
379feb8311
commit
da6a79a716
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ int BotControl::cmdCvars () {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
game.print ("cvar: %s", cvar.reg.name);
|
game.print ("cvar: %s", cvar.reg.name);
|
||||||
game.print ("info: %s", cvar.info);
|
game.print ("info: %s", conf.translate (cvar.info));
|
||||||
|
|
||||||
game.print (" ");
|
game.print (" ");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue