]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
upgraded both QuakeC VMs to use a table of negative string indices for all dynamic...
[xonotic/darkplaces.git] / sv_user.c
index 24cc9a7b3da248a18ea2dbccd9f0675240f6c549..ff18ccf4780ab028d1fd9ac65fe10a500f1e6dbf 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -776,7 +776,7 @@ void SV_ReadClientMessage(void)
                                Cmd_ExecuteString (s, src_client);
                        else if (SV_ParseClientCommandQC)
                        {
-                               G_INT(OFS_PARM0) = PR_SetString(s);
+                               G_INT(OFS_PARM0) = PR_SetEngineString(s);
                                pr_global_struct->self = EDICT_TO_PROG(host_client->edict);
                                PR_ExecuteProgram ((func_t)(SV_ParseClientCommandQC - pr_functions), "QC function SV_ParseClientCommand is missing");
                        }