]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
added knownstrings_freeable array to prog struct so that attempts to free engine...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 2436c3e782d7f459817fd7d4b443a16abd7603bf..d2d22bbaa3a6a5cd5035d663a18a9e9e20efe14b 100644 (file)
--- a/host.c
+++ b/host.c
@@ -176,7 +176,7 @@ void Host_ServerOptions (void)
                if (i && i + 1 < com_argc && atoi (com_argv[i+1]) >= 1)
                        svs.maxclients = atoi (com_argv[i+1]);
                if (COM_CheckParm ("-listen"))
-                       Sys_Error ("Only one of -dedicated or -listen can be specified");
+                       Con_Printf ("Only one of -dedicated or -listen can be specified");
                // default sv_public on for dedicated servers (often hosted by serious administrators), off for listen servers (often hosted by clueless users)
                Cvar_SetValue("sv_public", 1);
        }