r3145 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 14 14:13:32 EST 2008


Author: div0
Date: 2008-01-14 14:13:29 -0500 (Mon, 14 Jan 2008)
New Revision: 3145

Modified:
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
Oops. BAD OOPS.


Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2008-01-14 18:52:49 UTC (rev 3144)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2008-01-14 19:13:29 UTC (rev 3145)
@@ -45,7 +45,6 @@
 	// trail of lagged 'ghosts' behind players, and see if the bullet hits the
 	// ghost corresponding to this player's ping time, and if so it would do
 	// damage to the real player
-	self.cursor_trace_ent = nextent(self);
 	if (antilag)
 	if (self.cursor_trace_ent)                 // client was aiming at someone
 	if (self.cursor_trace_ent != self)         // just to make sure




More information about the nexuiz-commits mailing list