From 75e6bcf119724b1d3db26707da856e48802e59b4 Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 23 Nov 2007 00:33:13 +0000 Subject: * (bug 3420) Don't respect sv_killserver unless a server is actually running * (bug 3431) USERINFO cvars created in cg_main not getting sent (arQon) git-svn-id: svn://svn.icculus.org/quake3/trunk@1216 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/ui/ui_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'code/ui') diff --git a/code/ui/ui_main.c b/code/ui/ui_main.c index b6d98aa..f1eae14 100644 --- a/code/ui/ui_main.c +++ b/code/ui/ui_main.c @@ -578,7 +578,6 @@ static void Text_Paint_Limit(float *maxX, float x, float y, float scale, vec4_t void UI_ShowPostGame(qboolean newHigh) { trap_Cvar_Set ("cg_cameraOrbit", "0"); trap_Cvar_Set("cg_thirdPerson", "0"); - trap_Cvar_Set( "sv_killserver", "1" ); uiInfo.soundHighScore = newHigh; _UI_SetActiveMenu(UIMENU_POSTGAME); } -- cgit v1.2.3