From 8b4a282c47edace330c71d9426e629736e8a88aa Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 21 Jun 2021 13:46:44 +0000 Subject: [PATCH] This should match Reki's revision, hopefully. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5907 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/sv_user.c b/engine/server/sv_user.c index eb5498ce9..0c8708f74 100644 --- a/engine/server/sv_user.c +++ b/engine/server/sv_user.c @@ -86,7 +86,7 @@ cvar_t sv_nqplayerphysics = CVARAFCD("sv_nqplayerphysics", "auto", "sv_nomsec", #ifdef HAVE_LEGACY static cvar_t sv_brokenmovetypes = CVARD("sv_brokenmovetypes", "0", "Emulate vanilla quakeworld by forcing MOVETYPE_WALK on all players. Shouldn't be used for any games other than QuakeWorld."); cvar_t pext_ezquake_nochunks = CVARD("pext_ezquake_nochunks", "0", "Prevents ezquake clients from being able to use the chunked download extension. This sidesteps numerous ezquake issues, and will make downloads slower but more robust."); -cvar_t pext_ezquake_verfortrans = CVARD("pext_ezquake_verfortrans", "999999999", "ezQuake does not implement PEXT_TRANS properly. This is the version of ezquake required for PEXT_TRANS to be allowed. This was still broken when I wrote this description, hence the large value."); +cvar_t pext_ezquake_verfortrans = CVARD("pext_ezquake_verfortrans", "7088"/*Reki's revision at least*/, "ezQuake does not implement PEXT_TRANS properly. This is the version of ezquake required for PEXT_TRANS to be allowed. This was still broken when I wrote this description, hence the large value."); #endif cvar_t sv_chatfilter = CVAR("sv_chatfilter", "0");