]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
hush reconnect command warning about signon 0 because it happens all the time
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Oct 2004 11:58:31 +0000 (11:58 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Oct 2004 11:58:31 +0000 (11:58 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4649 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 3a2ee9192ee08721323beaad4fc9b4e61e21d365..f45abdc6ad607b63cf590ad830604dde79db2484 100644 (file)
@@ -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();