* Supply specific identifier to the master server (Mathieu Olivier)

This commit is contained in:
Tim Angus 2008-09-15 20:24:04 +00:00
parent b2d87c4b2a
commit 47ee177430
3 changed files with 4 additions and 4 deletions

View file

@ -413,7 +413,7 @@ void SVC_Info( netadr_t from ) {
va("%i", sv_maxclients->integer - sv_privateClients->integer ) );
Info_SetValueForKey( infostring, "gametype", va("%i", sv_gametype->integer ) );
Info_SetValueForKey( infostring, "pure", va("%i", sv_pure->integer ) );
Info_SetValueForKey( infostring, "gamename", GAMENAME );
Info_SetValueForKey( infostring, "gamename", GAMENAME_FOR_MASTER );
#ifdef USE_VOIP
if (sv_voip->integer) {