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
|
@ -56,7 +56,9 @@ cvar_t *sv_gametype;
|
|||
cvar_t *sv_pure;
|
||||
cvar_t *sv_floodProtect;
|
||||
cvar_t *sv_lanForceRate; // dedicated 1 (LAN) server forces local client rates to 99999 (bug #491)
|
||||
#ifndef STANDALONE
|
||||
cvar_t *sv_strictAuth;
|
||||
#endif
|
||||
cvar_t *sv_banFile;
|
||||
cvar_t *sv_heartbeat; // Heartbeat string that is sent to the master
|
||||
cvar_t *sv_flatline; // If the master server supports it we can send a flatline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue