From 5f756d8792b3d45725b278910a220168814264e7 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 29 May 2005 22:48:49 +0000 Subject: [PATCH] default protocol changed to DP7 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5354 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 8ab691dd..1d87bb9d 100644 --- a/sv_main.c +++ b/sv_main.c @@ -25,7 +25,7 @@ void SV_VM_Init(); void SV_VM_Setup(); // select which protocol to host, this is fed to Protocol_EnumForName -cvar_t sv_protocolname = {0, "sv_protocolname", "DP6"}; +cvar_t sv_protocolname = {0, "sv_protocolname", "DP7"}; cvar_t sv_ratelimitlocalplayer = {0, "sv_ratelimitlocalplayer", "0"}; cvar_t sv_maxrate = {CVAR_SAVE | CVAR_NOTIFY, "sv_maxrate", "10000"}; -- 2.39.2