]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
strlwr does not exist on Linux
[xonotic/darkplaces.git] / host_cmd.c
index b88d27bcfd993d21693465b0e4a22ca5ce93ae2b..fae72a98624ba40d157eacf316ba7099dcd6ad49 100644 (file)
@@ -369,6 +369,11 @@ This is sent just before a server changes levels
 */
 void Host_Reconnect_f (void)
 {
+       if (cmd_source == src_command)
+       {
+               Con_Print("reconnect is not valid from the console\n");
+               return;
+       }
        if (Cmd_Argc() != 1)
        {
                Con_Print("reconnect : wait for signon messages again\n");