Skip to content

Commit

Permalink
* Fix server info string voip setting
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jul 8, 2008
1 parent 8ea86a4 commit de81319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/server/sv_main.c
Expand Up @@ -413,7 +413,7 @@ void SVC_Info( netadr_t from ) {

#ifdef USE_VOIP
if (sv_voip->integer) {
Info_SetValueForKey( infostring, "cl_voip", va("%i", sv_voip->integer ) );
Info_SetValueForKey( infostring, "voip", va("%i", sv_voip->integer ) );
}
#endif

Expand Down

0 comments on commit de81319

Please sign in to comment.