From 85cfb66cf6c685a3b987df0d7248eaf0b57864ff Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 25 Jun 2011 18:11:14 +0200 Subject: [PATCH] Now that all the centerprint msgs are cleared entering hud config mode, this hack is not needed anymore --- qcsrc/client/hud.qc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index eb9da2020..7bfc57e66 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4783,9 +4783,6 @@ void HUD_Main (void) if(autocvar__con_chat_maximized) HUD_Chat(); // HUD_DrawPanel(HUD_PANEL_CHAT); - if (autocvar__hud_configure && spectatee_status && hud_configure_prev == -1) // try to join if we are in hud_configure mode, but still spectating, and in the first frame (in order to get rid of motd when launching a server via the menu "HUD Setup" button) - localcmd("cmd selectteam auto; cmd join\n"); - if(autocvar__hud_configure && tab_panel != -1) { HUD_Panel_UpdatePosSizeForId(tab_panel) -- 2.39.2