r1422 - trunk/code/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Jul 8 12:23:06 EDT 2008
Author: tma
Date: 2008-07-08 12:23:06 -0400 (Tue, 08 Jul 2008)
New Revision: 1422
Modified:
trunk/code/server/sv_main.c
Log:
* Fix server info string voip setting
Modified: trunk/code/server/sv_main.c
===================================================================
--- trunk/code/server/sv_main.c 2008-07-08 09:15:48 UTC (rev 1421)
+++ trunk/code/server/sv_main.c 2008-07-08 16:23:06 UTC (rev 1422)
@@ -413,7 +413,7 @@
#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
More information about the quake3-commits
mailing list