Merge pull request #181 from Vladislav4KZ/patch-7
fix: cvar name string [skip ci]
This commit is contained in:
commit
bbb386f023
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