From 7759ac7a488d6264524772721b6d830f16a878bc Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 16 Oct 2004 11:58:31 +0000 Subject: [PATCH] hush reconnect command warning about signon 0 because it happens all the time git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4649 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_cmd.c b/host_cmd.c index 3a2ee919..f45abdc6 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -400,7 +400,7 @@ void Host_Reconnect_f (void) } if (!cls.signon) { - Con_Print("reconnect: no signon, ignoring reconnect\n"); + //Con_Print("reconnect: no signon, ignoring reconnect\n"); return; } SCR_BeginLoadingPlaque(); -- 2.39.2