From: havoc Date: Sat, 16 Oct 2004 11:58:31 +0000 (+0000) Subject: hush reconnect command warning about signon 0 because it happens all the time X-Git-Tag: xonotic-v0.1.0preview~5473 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7759ac7a488d6264524772721b6d830f16a878bc;p=xonotic%2Fdarkplaces.git 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 --- 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();