mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
make sv_progs CVAR_NONE rather thatn CVAR_ROM so it can be set in server.cfg.
This commit is contained in:
parent
d63243380f
commit
89fbacdc78
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ SV_Progs_Init_Cvars (void)
|
|||
{
|
||||
r_skyname = Cvar_Get ("r_skyname", "", CVAR_SERVERINFO, Cvar_Info,
|
||||
"name of skybox");
|
||||
sv_progs = Cvar_Get ("sv_progs", "qwprogs.dat", CVAR_ROM, NULL,
|
||||
sv_progs = Cvar_Get ("sv_progs", "qwprogs.dat", CVAR_NONE, NULL,
|
||||
"Allows selectable game progs if you have several "
|
||||
"of them in the gamedir");
|
||||
pr_checkextentions = Cvar_Get ("sv_progs", "1", CVAR_ROM, NULL,
|
||||
|
|
Loading…
Reference in a new issue