From: havoc Date: Tue, 24 May 2005 22:04:03 +0000 (+0000) Subject: default to DARKPLACES6 protocol (somehow this was not showing up in my diffs) X-Git-Tag: xonotic-v0.1.0preview~4853 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71883fedda16eac298840e26a97a6e172d457b18;p=xonotic%2Fdarkplaces.git 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 --- 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"};