Fixed cvar name string ...
to prevent unnecessary yb cvars command translation
This commit is contained in:
parent
27d12d0bbb
commit
f8e8a7c06c
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ int BotControl::cmdCvars () {
|
||||||
cfg.puts ("\n");
|
cfg.puts ("\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg ("cvar: %s", cvar.reg.name);
|
msg ("name: %s", cvar.reg.name);
|
||||||
msg ("info: %s", conf.translate (cvar.info));
|
msg ("info: %s", conf.translate (cvar.info));
|
||||||
|
|
||||||
msg (" ");
|
msg (" ");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue