]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Make sure the server<->client interpreters run.
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 78b87dde59ac03ab9ef6972bfc7b5aa57cd51cf5..20a4b4392ab0b418b51dc1941e4cccbfa31db061 100644 (file)
--- a/host.c
+++ b/host.c
@@ -783,6 +783,17 @@ void Host_Main(void)
                        CL_VM_PreventInformationLeaks();
                        Cbuf_Frame(&cmd_client);
                        Cbuf_Frame(&cmd_server);
+
+                       if(sv.active)
+                       {
+                               Cbuf_Frame(&cmd_serverfromclient);
+                       }
+
+                       if(cls.netcon)
+                       {
+                               Cbuf_Frame(&cmd_clientfromserver);
+                       }
+
 //                     R_TimeReport("console");
                }