r4268 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 30 14:46:47 EDT 2008


Author: div0
Date: 2008-08-30 14:46:44 -0400 (Sat, 30 Aug 2008)
New Revision: 4268

Modified:
   trunk/data/qcsrc/server/g_hook.qc
Log:
oops, that last commit is wrong. I now see why it was that way.


Modified: trunk/data/qcsrc/server/g_hook.qc
===================================================================
--- trunk/data/qcsrc/server/g_hook.qc	2008-08-30 18:46:08 UTC (rev 4267)
+++ trunk/data/qcsrc/server/g_hook.qc	2008-08-30 18:46:44 UTC (rev 4268)
@@ -116,7 +116,7 @@
 	vector dir, org, end, v0, dv;
 	if(self.owner.health <= 0 || self.owner.hook != self)	// how did that happen?
 	{														// well, better fix it anyway
-		RemoveGrapplingHook(self.owner);
+		remove(self);
 		return;
 	}
 	if(LostMovetypeFollow(self))




More information about the nexuiz-commits mailing list