]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Now that all the centerprint msgs are cleared entering hud config mode, this hack...
authorterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 16:11:14 +0000 (18:11 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 16:11:14 +0000 (18:11 +0200)
qcsrc/client/hud.qc

index eb9da2020119136a2f49d83b0eacc7f73e87e3b6..7bfc57e66f732ef65791931ad56d4249619ba183 100644 (file)
@@ -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)