diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/qcommon/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index 1cf54d07..761fe726 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -2579,6 +2579,7 @@ void Com_Init( char *commandLine ) { s = va("%s %s %s", Q3_VERSION, PLATFORM_STRING, __DATE__ ); com_version = Cvar_Get ("version", s, CVAR_ROM | CVAR_SERVERINFO ); + Cvar_Get ("protocol", va("%i", PROTOCOL_VERSION), CVAR_SERVERINFO | CVAR_ROM); Sys_Init(); |