From 245c1ccd4833c498100c779bb7915d4ecc363fe1 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Thu, 10 Jun 2010 01:46:52 +0300 Subject: [PATCH] autojoin if we are still spec, and hud_config mode is on --- qcsrc/client/hud.qc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 99ce9eae4..0b0bae802 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3961,4 +3961,8 @@ void HUD_Main (void) HUD_ShowSpeed(); if (cvar("cl_showacceleration")) HUD_ShowAcceleration(); + + if (hud_configure && spectatee_status) // try to join if we are in hud_configure mode, but still spectating (in order to get rid of motd and such) + localcmd("cmd selectteam auto; cmd join\n"); + } -- 2.39.2