]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
First massive rename and move
[xonotic/darkplaces.git] / svvm_cmds.c
index 48beda6a6cf909a4b6116ed1f2381a8431cdf9fa..12ef69dab455c345729fb55c0bcb73a7f5e81adb 100644 (file)
@@ -969,7 +969,7 @@ static void VM_SV_stuffcmd(prvm_prog_t *prog)
 
        old = host_client;
        host_client = svs.clients + entnum-1;
-       Host_ClientCommands ("%s", string);
+       SV_ClientCommands ("%s", string);
        host_client = old;
 }