2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-29 08:05:50 +03:00

Update sv_main.cpp

This commit is contained in:
pepepepito0147 2022-09-09 20:07:11 -04:00 committed by GitHub
parent 665cf9f557
commit d52e68d428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++)
{