diff --git a/uquake/host_cmd.c b/uquake/host_cmd.c index 3cbc96e..0da659f 100644 --- a/uquake/host_cmd.c +++ b/uquake/host_cmd.c @@ -1780,6 +1780,9 @@ void Host_Startdemos_f (void) { int i, c; + if (COM_CheckParm ("-nodemos")) // No demos, please.. + return; + if (cls.state == ca_dedicated) { if (!sv.active)