From: terencehill Date: Sat, 25 Jun 2011 16:11:14 +0000 (+0200) Subject: Now that all the centerprint msgs are cleared entering hud config mode, this hack... X-Git-Tag: xonotic-v0.5.0~186 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=85cfb66cf6c685a3b987df0d7248eaf0b57864ff;p=xonotic%2Fxonotic-data.pk3dir.git Now that all the centerprint msgs are cleared entering hud config mode, this hack is not needed anymore --- 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)