]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
default to DARKPLACES6 protocol (somehow this was not showing up in my diffs)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 22:04:03 +0000 (22:04 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 22:04:03 +0000 (22:04 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5328 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index d1aeb0b279ddd77af3ef942a314de99b02ec5bd3..44ae62c48b5338dff33b5a8634aac9293016b015 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", "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"};