Skip to content

Commit

Permalink
MinMod version to 1.4.1V
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrxd committed Jun 23, 2018
1 parent ecb3561 commit c445f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ void Com_Init( char *commandLine ) {
Cmd_AddCommand ("changeVectors", MSG_ReportChangeVectors_f );
Cmd_AddCommand ("writeconfig", Com_WriteConfig_f );

s = va("^5MinMod ^31.4V");
s = va("^5MinMod ^31.4.1V");
com_version = Cvar_Get ("version", s, CVAR_ROM | CVAR_SERVERINFO );

Sys_Init();
Expand Down

0 comments on commit c445f52

Please sign in to comment.