]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fixed reconnect command which was being ignored by the client (forgot that it doesn...
[xonotic/darkplaces.git] / 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");