mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +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
|
#ifdef USE_VOIP
|
||||||
if (sv_voip->integer) {
|
if (sv_voip->integer) {
|
||||||
Info_SetValueForKey( infostring, "cl_voip", va("%i", sv_voip->integer ) );
|
Info_SetValueForKey( infostring, "voip", va("%i", sv_voip->integer ) );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue