Skip to content

Commit

Permalink
gamename is already a cvar with CVAR_SERVERINFO
Browse files Browse the repository at this point in the history
do not set gamename to different values in getstatus and getinfo responses
  • Loading branch information
lnussel committed Jan 11, 2009
1 parent 4de00b3 commit 8536a42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/server/sv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ 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_FOR_MASTER );

#ifdef USE_VOIP
if (sv_voip->integer) {
Expand Down

0 comments on commit 8536a42

Please sign in to comment.