engine: server: add sv_log_outofband cvar that controls whether connectionless packets should be printed or not

This commit is contained in:
Alibek Omarov
2023-06-16 07:19:17 +03:00
parent 0e16110c3a
commit c7d748e8df
3 changed files with 6 additions and 1 deletions

View File

@@ -472,6 +472,7 @@ extern convar_t sv_userinfo_penalty_time;
extern convar_t sv_userinfo_penalty_multiplier;
extern convar_t sv_userinfo_penalty_attempts;
extern convar_t sv_fullupdate_penalty_time;
extern convar_t sv_log_outofband;
//===========================================================
//