Skip to content

Commit

Permalink
Default to internet dedicated servers like 2.60b
Browse files Browse the repository at this point in the history
Fixes a regression from ET compared to q3e merge.
  • Loading branch information
ensiform committed Dec 13, 2023
1 parent 7c4fb82 commit 212d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -4073,7 +4073,7 @@ void Com_Init( char *commandLine ) {

// get dedicated here for proper hunk megs initialization
#ifdef DEDICATED
com_dedicated = Cvar_Get( "dedicated", "1", CVAR_INIT );
com_dedicated = Cvar_Get( "dedicated", "2", CVAR_INIT );
Cvar_CheckRange( com_dedicated, "1", "2", CV_INTEGER );
#else
com_dedicated = Cvar_Get( "dedicated", "0", CVAR_LATCH );
Expand Down

0 comments on commit 212d5c0

Please sign in to comment.