From d52e68d4287800d1424a22d1476810868a957bf1 Mon Sep 17 00:00:00 2001 From: pepepepito0147 <112137590+pepepepito0147@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:07:11 -0400 Subject: [PATCH] Update sv_main.cpp --- rehlds/engine/sv_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/sv_main.cpp b/rehlds/engine/sv_main.cpp index d5437cb..845919f 100644 --- a/rehlds/engine/sv_main.cpp +++ b/rehlds/engine/sv_main.cpp @@ -8037,10 +8037,10 @@ void SV_Init(void) Cvar_RegisterVariable(&sv_rollangle); Cvar_RegisterVariable(&sv_use_entity_file); Cvar_RegisterVariable(&sv_usercmd_custom_random_seed); +#endif Cvar_RegisterVariable(&sv_invalid_length); Cvar_RegisterVariable(&sv_msg_badread); -#endif for (int i = 0; i < MAX_MODELS; i++) {