From ce28a040f83c7b7688aed4d4ce8084a17fa99ffa Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 20 Jul 2005 21:39:17 +0000 Subject: [PATCH] Thanks to bigfoot for pointing that one out. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1155 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/pr_cmds.c b/engine/server/pr_cmds.c index 53504617c..3a6b9a63d 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -6141,7 +6141,7 @@ lh_extension_t QSG_Extensions[] = { // {"ZQ_QC_PARTICLE"}, //particle builtin works in QW ( we don't mimic ZQ fully though) - {"ZQ_QC_STRINGS", 11, NULL, {"stof", "strlen","strcat","substring","stov","strzone","strunzone"}} //a trimmed down FRIK_FILE. + {"ZQ_QC_STRINGS", 7, NULL, {"stof", "strlen","strcat","substring","stov","strzone","strunzone"}} //a trimmed down FRIK_FILE. }; //some of these are overkill yes, but they are all derived from the fteextensions flags and document the underlaying protocol available.