From: havoc Date: Wed, 25 May 2005 07:25:31 +0000 (+0000) Subject: default to "DP6" protocol (not "DARKPLACES6") X-Git-Tag: xonotic-v0.1.0preview~4846 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0482d14071f439a6026b790ebc790ecb052111ab;p=xonotic%2Fdarkplaces.git default to "DP6" protocol (not "DARKPLACES6") git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5335 d7cf8633-e32d-0410-b094-e92efae38249 --- 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"};