]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
make dedicated work again
[xonotic/darkplaces.git] / host_cmd.c
index f706171cb79866b858e061fb7a133751f2975835..a97af9f6ff0b5f2267ed47a391c986a67c8f6613 100644 (file)
@@ -1603,8 +1603,6 @@ Return to looping demos
 */
 void Host_Stopdemo_f (void)
 {
-       if (cls.state == ca_dedicated)
-               return;
        if (!cls.demoplayback)
                return;
        CL_Disconnect ();