From ae3ae6ef2beea70f62651c0a19ef3774009c55fb Mon Sep 17 00:00:00 2001 From: pepepepito0147 <112137590+pepepepito0147@users.noreply.github.com> Date: Fri, 9 Sep 2022 19:40:58 -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 6f3190f..d5437cb 100644 --- a/rehlds/engine/sv_main.cpp +++ b/rehlds/engine/sv_main.cpp @@ -210,10 +210,10 @@ cvar_t sv_rehlds_send_mapcycle = { "sv_rehlds_send_mapcycle", "0", 0, 0.0f, null cvar_t sv_rehlds_maxclients_from_single_ip = { "sv_rehlds_maxclients_from_single_ip", "5", 0, 5.0f, nullptr }; cvar_t sv_use_entity_file = { "sv_use_entity_file", "0", 0, 0.0f, nullptr }; cvar_t sv_usercmd_custom_random_seed = { "sv_usercmd_custom_random_seed", "0", 0, 0.0f, nullptr }; +#endif cvar_t sv_invalid_length = { "sv_invalid_length", "0", 0, 0.0f, nullptr }; cvar_t sv_msg_badread = { "sv_msg_badread", "0", 0, 0.0f, nullptr }; -#endif delta_t *SV_LookupDelta(char *name) {