From 34414e41e137375f5bac79c9c15e4b16bafcb2b8 Mon Sep 17 00:00:00 2001 From: Shpoike Date: Sat, 2 Nov 2019 15:38:32 +0000 Subject: [PATCH] Lets just use 999 by default. --- Quake/sv_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Quake/sv_main.c b/Quake/sv_main.c index 8a161fcf..719444c3 100644 --- a/Quake/sv_main.c +++ b/Quake/sv_main.c @@ -29,8 +29,8 @@ server_static_t svs; static char localmodels[MAX_MODELS][8]; // inline model names for precache -int sv_protocol = PROTOCOL_FITZQUAKE; //johnfitz -unsigned int sv_protocol_pext2; //spike +int sv_protocol = PROTOCOL_RMQ;//spike -- enough maps need this now that we can probably afford incompatibility with engines that still don't support 999 (vanilla was already broken) -- PROTOCOL_FITZQUAKE; //johnfitz +unsigned int sv_protocol_pext2 = PEXT2_SUPPORTED_SERVER; //spike //============================================================================ @@ -1293,7 +1293,6 @@ void SV_Init (void) for (i=0 ; i