From 71883fedda16eac298840e26a97a6e172d457b18 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 24 May 2005 22:04:03 +0000 Subject: [PATCH] default to DARKPLACES6 protocol (somehow this was not showing up in my diffs) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5328 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_main.c b/sv_main.c index d1aeb0b2..44ae62c4 100644 --- a/sv_main.c +++ b/sv_main.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" // select which protocol to host, this is fed to Protocol_EnumForName -cvar_t sv_protocolname = {0, "sv_protocolname", "DARKPLACES7"}; +cvar_t sv_protocolname = {0, "sv_protocolname", "DARKPLACES6"}; cvar_t sv_ratelimitlocalplayer = {0, "sv_ratelimitlocalplayer", "0"}; cvar_t sv_maxrate = {CVAR_SAVE | CVAR_NOTIFY, "sv_maxrate", "10000"}; -- 2.39.2