mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-03 18:45:46 +03:00
Update sv_main.cpp
This commit is contained in:
parent
665cf9f557
commit
d52e68d428
@ -8037,10 +8037,10 @@ void SV_Init(void)
|
|||||||
Cvar_RegisterVariable(&sv_rollangle);
|
Cvar_RegisterVariable(&sv_rollangle);
|
||||||
Cvar_RegisterVariable(&sv_use_entity_file);
|
Cvar_RegisterVariable(&sv_use_entity_file);
|
||||||
Cvar_RegisterVariable(&sv_usercmd_custom_random_seed);
|
Cvar_RegisterVariable(&sv_usercmd_custom_random_seed);
|
||||||
|
#endif
|
||||||
|
|
||||||
Cvar_RegisterVariable(&sv_invalid_length);
|
Cvar_RegisterVariable(&sv_invalid_length);
|
||||||
Cvar_RegisterVariable(&sv_msg_badread);
|
Cvar_RegisterVariable(&sv_msg_badread);
|
||||||
#endif
|
|
||||||
|
|
||||||
for (int i = 0; i < MAX_MODELS; i++)
|
for (int i = 0; i < MAX_MODELS; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user