]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
Added a couple more "const". Fixed "+map" in the command line for dedicated servers...
[xonotic/darkplaces.git] / host_cmd.c
index 423ba2ffab7b05e801e93e339e993de481bf78c2..0a3f978d128dd9d7dbe2f5199a32f70b44d3ebb3 100644 (file)
@@ -1532,7 +1532,7 @@ void Host_Startdemos_f (void)
 
        if (cls.state == ca_dedicated)
        {
-               if (!sv.active)
+               if (!sv.active && !sv_spawnmap[0])
                        Cbuf_AddText ("map start\n");
                return;
        }