mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 15:11:43 +00:00
* Fix server info string voip setting
This commit is contained in:
parent
8ea86a4670
commit
de8131938c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue