From f8e8a7c06c24fe687aa133704b8378c311438cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= Date: Fri, 23 Oct 2020 19:46:16 +0600 Subject: [PATCH] Fixed cvar name string ... to prevent unnecessary yb cvars command translation --- src/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control.cpp b/src/control.cpp index b72a77a..f32dd87 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -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 (" ");