]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
added sv_threaded cvar, the server can now be moved to another thread
[xonotic/darkplaces.git] / svvm_cmds.c
index 7440b8053faed086feab3b7a1b667cbd968af219..acc1d184086680dbf371ad48f9262a26bae80342 100644 (file)
@@ -2315,7 +2315,7 @@ static void VM_SV_clientcommand (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;
 }