r4678 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 8 13:50:33 EDT 2008


Author: div0
Date: 2008-10-08 13:50:33 -0400 (Wed, 08 Oct 2008)
New Revision: 4678

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
fix overtime msg


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-10-08 17:06:48 UTC (rev 4677)
+++ trunk/data/qcsrc/server/g_world.qc	2008-10-08 17:50:33 UTC (rev 4678)
@@ -1620,7 +1620,7 @@
 		{
 			checkrules_overtimewarning = TRUE;
 			//announceall("announcer/robotic/1minuteremains.wav");
-			if(!g_race_qualifying)
+			if(g_race && !g_race_qualifying)
 				bcenterprint("^3Everyone, finish your lap! The race is over!");
 			else
 				bcenterprint("^3Now playing ^1OVERTIME^3!\n\n^3Keep fragging until we have a ^1winner^3!");




More information about the nexuiz-commits mailing list