From cfa4f9e1354b4e795ec7f0ac3b05a9d2deff4ce2 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Tue, 30 May 2023 02:22:59 -0700 Subject: [PATCH] Botcontrol CV_NETVAR|CV_CHEAT --- src/k_bot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_bot.c b/src/k_bot.c index b41f26aec..e397389af 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -33,7 +33,7 @@ #include "m_easing.h" #ifdef DEVELOP - consvar_t cv_botcontrol = CVAR_INIT ("botcontrol", "On", 0, CV_OnOff, NULL); + consvar_t cv_botcontrol = CVAR_INIT ("botcontrol", "On", CV_NETVAR|CV_CHEAT, CV_OnOff, NULL); #endif /*--------------------------------------------------