diff --git a/source/pr_edict.c b/source/pr_edict.c index c59dba1..4ac24f0 100644 --- a/source/pr_edict.c +++ b/source/pr_edict.c @@ -1119,7 +1119,7 @@ void PR_Init (void) void PR_Init_Cvars (void) { - r_skyname = Cvar_Get ("r_skyname", com_token, CVAR_NONE, "name of skybox"); + r_skyname = Cvar_Get ("r_skyname", com_token, CVAR_SERVERINFO, "name of skybox"); }