]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed reconnect command which was being ignored by the client (forgot that it doesn...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Oct 2004 01:56:14 +0000 (01:56 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Oct 2004 01:56:14 +0000 (01:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4615 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 202bae164c324bf1adfb40a0905d80c130a9c201..9a0cc2a0c99c620ba0b053161ffc1e5563e03274 100644 (file)
@@ -398,11 +398,6 @@ void Host_Reconnect_f (void)
                Con_Print("reconnect : wait for signon messages again\n");
                return;
        }
-       if (cmd_source == src_command)
-       {
-               Con_Print("reconnect not valid from console\n");
-               return;
-       }
        if (!cls.signon)
        {
                Con_Print("reconnect: no signon, ignoring reconnect\n");