Skip to content

Commit eebc034

Browse files
committed
report game version in userinfo
1 parent 771937f commit eebc034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/qcommon/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ void Com_Init()
572572
#endif
573573

574574
s = va( "%s %s %s %s", Q3_VERSION, PLATFORM_STRING, DAEMON_ARCH_STRING, __DATE__ );
575-
com_version = Cvar_Get( "version", s, CVAR_ROM | CVAR_SERVERINFO );
575+
com_version = Cvar_Get( "version", s, CVAR_ROM | CVAR_SERVERINFO | CVAR_USERINFO );
576576

577577
Cmd_AddCommand( "in_restart", Com_In_Restart_f );
578578

0 commit comments

Comments
 (0)