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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 8 15:08:21 EDT 2009


Author: div0
Date: 2009-06-08 15:08:20 -0400 (Mon, 08 Jun 2009)
New Revision: 6929

Modified:
   trunk/data/qcsrc/server/cl_player.qc
Log:
remove a print


Modified: trunk/data/qcsrc/server/cl_player.qc
===================================================================
--- trunk/data/qcsrc/server/cl_player.qc	2009-06-08 19:06:54 UTC (rev 6928)
+++ trunk/data/qcsrc/server/cl_player.qc	2009-06-08 19:08:20 UTC (rev 6929)
@@ -337,7 +337,6 @@
 	if(DEATH_ISWEAPON(deathtype, WEP_TUBA))
 	{
 		// tuba causes blood to come out of the ears
-		print(ftos(self.health), "\n");
 		vector ear1, ear2;
 		vector d;
 		float f;



More information about the nexuiz-commits mailing list