]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
added sv_threaded cvar, the server can now be moved to another thread
[xonotic/darkplaces.git] / prvm_cmds.c
index 2ed1d378e49f71797059697b798060a8652130af..1837090decc99fbc3b0acdddde7ff0cdd75fc281 100644 (file)
@@ -2565,7 +2565,7 @@ void VM_clcommand (void)
 
        temp_client = host_client;
        host_client = svs.clients + i;
-       Cmd_ExecuteString (PRVM_G_STRING(OFS_PARM1), src_client);
+       Cmd_ExecuteString (PRVM_G_STRING(OFS_PARM1), src_client, true);
        host_client = temp_client;
 }