Fixed cvar name string ...

to prevent unnecessary yb cvars command translation
This commit is contained in:
Владислав Сухов 2020-10-23 19:46:16 +06:00 committed by GitHub
commit f8e8a7c06c
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");
}
else {
msg ("cvar: %s", cvar.reg.name);
msg ("name: %s", cvar.reg.name);
msg ("info: %s", conf.translate (cvar.info));
msg (" ");