Searched refs:rcon_password (Results 1 – 3 of 3) sorted by relevance
37 cvar_t rcon_password = CVAR3("rcon_password", "", false); variable315 if (!rcon_password.string) in CL_Rcon_f()330 strcat (message, rcon_password.string); in CL_Rcon_f()1102 Cvar_RegisterVariable (&rcon_password); in CL_Init()
186 rcon_password405 rcon_password
45 cvar_t rcon_password = {"rcon_password", ""}; // password for remote server commands variable714 if (!strlen (rcon_password.string)) in Rcon_Validate()717 if (strcmp (Cmd_Argv(1), rcon_password.string) ) in Rcon_Validate()1310 Cvar_RegisterVariable (&rcon_password); in SV_InitLocal()