Searched refs:spectator_password (Results 1 – 5 of 5) sorted by relevance
47 cvar_t spectator_password = {"spectator_password", ""}; // password for entering as a sepctator variable556 if (spectator_password.string[0] && in SVC_DirectConnect()557 stricmp(spectator_password.string, "none") && in SVC_DirectConnect()558 strcmp(spectator_password.string, s) ) in SVC_DirectConnect()1206 if (password.string == pw && spectator_password.string == spw) in SV_CheckVars()1209 spw = spectator_password.string; in SV_CheckVars()1312 Cvar_RegisterVariable (&spectator_password); in SV_InitLocal()
61 x- allow 'password none' and 'spectator_password none' to clear passwords79 x- ability to set 'password none' or 'spectator_password none' on a server
407 spectator_password
126 - setting password or spectator_password to 'none' is the same as
242 - setting password or spectator_password to 'none' is the same as