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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jul 29 15:30:43 EDT 2009


Author: div0
Date: 2009-07-29 15:30:42 -0400 (Wed, 29 Jul 2009)
New Revision: 7282

Modified:
   trunk/data/qcsrc/server/w_laser.qc
Log:
add a comment


Modified: trunk/data/qcsrc/server/w_laser.qc
===================================================================
--- trunk/data/qcsrc/server/w_laser.qc	2009-07-29 19:26:13 UTC (rev 7281)
+++ trunk/data/qcsrc/server/w_laser.qc	2009-07-29 19:30:42 UTC (rev 7282)
@@ -5,7 +5,7 @@
 	PROJECTILE_TOUCH;
 
 	if(other.classname == "spectator")
-		checkclient();
+		checkclient(); // TODO put a breakpoint on this, and wait till it hits!
 
 	self.event_damage = SUB_Null;
 	if (self.dmg)



More information about the nexuiz-commits mailing list