[nexuiz-commits] r6571 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 22 14:19:28 EDT 2009


Author: div0
Date: 2009-04-22 14:19:28 -0400 (Wed, 22 Apr 2009)
New Revision: 6571

Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
fix one tiny bug: writing of g_nexball cvar


Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2009-04-22 18:14:42 UTC (rev 6570)
+++ trunk/data/qcsrc/server/teamplay.qc	2009-04-22 18:19:28 UTC (rev 6571)
@@ -97,6 +97,7 @@
 	cvar_set("g_assault", ftos(g_assault));
 	cvar_set("g_onslaught", ftos(g_onslaught));
 	cvar_set("g_race", ftos(g_race));
+	cvar_set("g_nexball", ftos(g_nexball));
 }
 
 void ReadGameCvars()



More information about the nexuiz-commits mailing list