Searched refs:localid (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_main.c63 cvar_t localid = CVAR2("localid", ""); variable
825 allowremotecmd = false; // localid required now for remote cmds
857 if (!allowremotecmd && (!*localid.string || strcmp(localid.string, s))) {
858 if (!*localid.string) {
861 "localid has been set. You may need to upgrade your server "
867 Con_Printf("Invalid localid on command packet received from local host. "
870 s, localid.string);
872 Cvar_Set("localid", "");
[all...]

Completed in 142 milliseconds