From 9a4a8aa41148d39528c5aa7ea8f454e7c666b843 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Tue, 6 Dec 2005 01:18:47 +0000 Subject: [PATCH] remove superfluous extension git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1666 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/pr_cmds.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/server/pr_cmds.c b/engine/server/pr_cmds.c index 34c4a6a41..7288bcdb2 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -6262,8 +6262,6 @@ lh_extension_t QSG_Extensions[] = { {"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"}}, - {"KRIMZON_SV_PARSECLIENTCOMMAND", 3, NULL, {"clientcommand", "tokenize", "argv"}}, //very very similar to the mvdsv system. //{"PRYDON_CLIENTCURSOR"}, {"QSG_CVARSTRING", 1, NULL, {"cvar_string"}}, @@ -9453,7 +9451,6 @@ BuiltinList_t BuiltinList[] = { //nq qw h2 ebfs //end other peoples extras - {"writestring2", PF_WriteString2, 0, 0, 0, 700}, //writestring but without the null terminator. makes things a little nicer. //don't exceed sizeof(pr_builtin)/sizeof(pr_builtin[0]) (currently 1024) without modifing the size of pr_builtin {NULL}