r4466 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 17 04:39:30 EDT 2008


Author: div0
Date: 2008-09-17 04:39:29 -0400 (Wed, 17 Sep 2008)
New Revision: 4466

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
fix typo


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2008-09-17 08:34:24 UTC (rev 4465)
+++ trunk/data/qcsrc/server/cl_client.qc	2008-09-17 08:39:29 UTC (rev 4466)
@@ -68,7 +68,7 @@
 						// spawn at first
 						if(ent.race_checkpoint != 0)
 							return -1;
-						if(ent.race_place != race_lowest_place_spawn)
+						if(spot.race_place != race_lowest_place_spawn)
 							return -1;
 					}
 					else




More information about the nexuiz-commits mailing list