mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-01 01:25:38 +03:00
Update sv_main.cpp
This commit is contained in:
parent
b86e80d2ed
commit
ae3ae6ef2b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user