X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=host_cmd.c;h=0a3f978d128dd9d7dbe2f5199a32f70b44d3ebb3;hb=95e8238ac7bd49287e1cca92341bd2520e01e8e2;hp=423ba2ffab7b05e801e93e339e993de481bf78c2;hpb=64a368a5aabc3826fa374e35cd5e55909c8fa344;p=xonotic%2Fdarkplaces.git diff --git a/host_cmd.c b/host_cmd.c index 423ba2ff..0a3f978d 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -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; }