Remove sv_strictAuth cvar for STANDALONE games
This commit is contained in:
parent
b97a7e2583
commit
50721a6580
3 changed files with 6 additions and 0 deletions
|
@ -274,7 +274,9 @@ extern cvar_t *sv_gametype;
|
|||
extern cvar_t *sv_pure;
|
||||
extern cvar_t *sv_floodProtect;
|
||||
extern cvar_t *sv_lanForceRate;
|
||||
#ifndef STANDALONE
|
||||
extern cvar_t *sv_strictAuth;
|
||||
#endif
|
||||
extern cvar_t *sv_banFile;
|
||||
extern cvar_t *sv_heartbeat;
|
||||
extern cvar_t *sv_flatline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue