Merge pull request #181 from Vladislav4KZ/patch-7

fix: cvar name string [skip ci]
This commit is contained in:
jeefo 2020-10-25 10:52:05 +03:00 committed by GitHub
commit bbb386f023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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