From 0482d14071f439a6026b790ebc790ecb052111ab Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 25 May 2005 07:25:31 +0000 Subject: [PATCH] default to "DP6" protocol (not "DARKPLACES6") git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5335 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 8818902a..88c7acaf 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", "DARKPLACES6"}; +cvar_t sv_protocolname = {0, "sv_protocolname", "DP6"}; cvar_t sv_ratelimitlocalplayer = {0, "sv_ratelimitlocalplayer", "0"}; cvar_t sv_maxrate = {CVAR_SAVE | CVAR_NOTIFY, "sv_maxrate", "10000"}; -- 2.39.2