Skip to content

Commit

Permalink
use consistent cvar name between SP and MP
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Sep 30, 2023
1 parent 0c5f500 commit 14d3b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ void Com_Init( char *commandLine ) {

s = va("%s %s %s", JK_VERSION, PLATFORM_STRING, SOURCE_DATE );
com_version = Cvar_Get ("version", s, CVAR_ROM | CVAR_SERVERINFO );
com_revision = Cvar_Get ("com_revision", GIT_HASH, CVAR_ROM | CVAR_SERVERINFO );
com_revision = Cvar_Get ("revision", GIT_HASH, CVAR_ROM | CVAR_SERVERINFO );

#ifdef JK2_MODE
JK2SP_Init();
Expand Down

0 comments on commit 14d3b21

Please sign in to comment.