Index: code/q3_ui/ui_startserver.c =================================================================== --- code/q3_ui/ui_startserver.c (revision 1788) +++ code/q3_ui/ui_startserver.c (working copy) @@ -766,13 +766,13 @@ case GT_TEAM: trap_Cvar_SetValue( "ui_team_fraglimit", fraglimit ); trap_Cvar_SetValue( "ui_team_timelimit", timelimit ); - trap_Cvar_SetValue( "ui_team_friendlt", friendlyfire ); + trap_Cvar_SetValue( "ui_team_friendly", friendlyfire ); break; case GT_CTF: - trap_Cvar_SetValue( "ui_ctf_fraglimit", fraglimit ); + trap_Cvar_SetValue( "ui_ctf_capturelimit", flaglimit ); trap_Cvar_SetValue( "ui_ctf_timelimit", timelimit ); - trap_Cvar_SetValue( "ui_ctf_friendlt", friendlyfire ); + trap_Cvar_SetValue( "ui_ctf_friendly", friendlyfire ); break; }