- SW: Remove CVAR_SERVERINFO flag from sw_ninjahack and take them out of the global space.

This commit is contained in:
Mitchell Richters 2022-12-29 19:36:18 +11:00
parent b0b2f1bf1b
commit 6065140f68

View file

@ -87,8 +87,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
//#include "crc32.h" //#include "crc32.h"
CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_SERVERINFO); CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE);
CVAR(Bool, sw_darts, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG); CVAR(Bool, sw_darts, false, CVAR_ARCHIVE);
CVAR(Bool, sw_bunnyrockets, false, CVAR_SERVERINFO | CVAR_CHEAT); // This is a cheat, so don't save. CVAR(Bool, sw_bunnyrockets, false, CVAR_SERVERINFO | CVAR_CHEAT); // This is a cheat, so don't save.
BEGIN_SW_NS BEGIN_SW_NS