From 9795a359d1601b333547584ca4587fddbe4608a4 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Tue, 22 Nov 2005 21:49:56 +0000 Subject: [PATCH] small fix git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1581 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 9e36801d1..62adb52f1 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -6239,7 +6239,7 @@ lh_extension_t QSG_Extensions[] = { {"FTE_STRINGS", 16, NULL, {"stof", "strlen","strcat","substring","stov","strzone","strunzone", "strstrofs", "str2chr", "chr2str", "strconv", "infoadd", "infoget", "strncmp", "strcasecmp", "strncasecmp"}}, - {"FTE_TE_STANDARDEFFECTBUILTINS", 16, NULL, {"te_gunshot", "te_spike", "te_superspike", "te_explosion", "te_tarexplosion", "te_wizspike", "te_knightspike", "te_lavasplash", + {"FTE_TE_STANDARDEFFECTBUILTINS", 14, NULL, {"te_gunshot", "te_spike", "te_superspike", "te_explosion", "te_tarexplosion", "te_wizspike", "te_knightspike", "te_lavasplash", "te_teleport", "te_lightning1", "te_lightning2", "te_lightning3", "te_lightningblood", "te_bloodqw"}}, {"HYDR_WRITESTRING2", 1, NULL, {"writestring2"}},