Botcontrol CV_NETVAR|CV_CHEAT

This commit is contained in:
AJ Martinez 2023-05-30 02:22:59 -07:00
parent bf901f0166
commit cfa4f9e135

View file

@ -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
/*--------------------------------------------------