Index: cvar.c =================================================================== --- cvar.c (revision 1753) +++ cvar.c (working copy) @@ -382,12 +382,12 @@ cvar_t *Cvar_Get( const char *var_name, const char var->latchedString = NULL; // otherwise cvar_set2 would free it Cvar_Set2( var_name, s, qtrue ); Z_Free( s ); - - // ZOID--needs to be set so that cvars the game sets as - // SERVERINFO get sent to clients - cvar_modifiedFlags |= flags; } + // ZOID--needs to be set so that cvars the game sets as + // SERVERINFO get sent to clients + cvar_modifiedFlags |= flags; + return var; }