Remove sv_strictAuth cvar for STANDALONE games

This commit is contained in:
Thilo Schulz 2011-05-02 15:58:56 +00:00
parent b97a7e2583
commit 50721a6580
3 changed files with 6 additions and 0 deletions

View file

@ -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;