]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
default to "DP6" protocol (not "DARKPLACES6")
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 May 2005 07:25:31 +0000 (07:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 May 2005 07:25:31 +0000 (07:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5335 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index 8818902a6b44febb6d4e51606d1f6e20b43c174b..88c7acaff8a8ff1b0fe53f3a932fa88d02a3f052 100644 (file)
--- 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"};