add: cvar infos are now translateable.

This commit is contained in:
ds 2020-08-25 00:03:43 +03:00
commit da6a79a716

View file

@ -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 (" ");
} }