mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Configure updates. QSG_VERSION has completed its change to
{QW,NQ}_QSG_VERSION, because NQ and QW support differing versions.
This commit is contained in:
parent
eeabafe9f7
commit
de96c6c3b8
8 changed files with 37 additions and 30 deletions
|
@ -629,7 +629,7 @@ CL_AddQFInfoKeys (void)
|
|||
Info_SetValueForStarKey (cls.userinfo, "*cap", cap, MAX_INFO_STRING);
|
||||
Info_SetValueForStarKey (cls.userinfo, "*qf_version", VERSION,
|
||||
MAX_INFO_STRING);
|
||||
Info_SetValueForStarKey (cls.userinfo, "*qsg_version", QSG_VERSION,
|
||||
Info_SetValueForStarKey (cls.userinfo, "*qsg_version", QW_QSG_VERSION,
|
||||
MAX_INFO_STRING);
|
||||
Con_Printf ("QuakeForge server detected\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue