r5899 - trunk/data/qcsrc/server

esteel at icculus.org esteel at icculus.org
Thu Feb 19 14:43:00 EST 2009


Author: esteel
Date: 2009-02-19 14:43:00 -0500 (Thu, 19 Feb 2009)
New Revision: 5899

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
fixed typo in ready code

Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2009-02-19 18:28:35 UTC (rev 5898)
+++ trunk/data/qcsrc/server/clientcommands.qc	2009-02-19 19:43:00 UTC (rev 5899)
@@ -228,7 +228,7 @@
 		if not(self.flags & FL_CLIENT)
 			return;
 
-		if((inWarmupStage && 0 <= g_warmup_limit) // with unlimited warmup players have to be able to restart
+		if((inWarmupStage && 0 >= g_warmup_limit) // with unlimited warmup players have to be able to restart
 		   || cvar("sv_ready_restart"))
 		{
 			if(!readyrestart_happened || cvar("sv_ready_restart_repeatable"))




More information about the nexuiz-commits mailing list