2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-17 09:07:54 +03:00

Update sv_main.cpp

This commit is contained in:
pepepepito0147 2022-09-09 17:55:40 -04:00 committed by GitHub
parent 6e9ec6ef08
commit d1529e3e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,8 +211,8 @@ cvar_t sv_rehlds_maxclients_from_single_ip = { "sv_rehlds_maxclients_from_single
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 };
cvar_t sv_invalid_length = { "sv_invalid_length", "0", 0, 0.0f, NULL };
cvar_t sv_msg_badread = { "sv_msg_badread", "0", 0, 0.0f, NULL };
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)