r4045 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 6 14:35:10 EDT 2008


Author: div0
Date: 2008-08-06 14:35:10 -0400 (Wed, 06 Aug 2008)
New Revision: 4045

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
fix flag return channel


Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2008-08-06 14:18:42 UTC (rev 4044)
+++ trunk/data/qcsrc/server/ctf.qc	2008-08-06 18:35:10 UTC (rev 4045)
@@ -214,7 +214,7 @@
 		if (time > self.pain_finished)
 		{
 			bprint("The ", self.netname, " has returned to base\n");
-			sound (e, CHAN_TRIGGER, self.noise3, VOL_BASE, ATTN_NONE);
+			sound (self, CHAN_TRIGGER, self.noise3, VOL_BASE, ATTN_NONE);
 			LogCTF("returned", self.team, world);
 			ReturnFlag(self);
 		}




More information about the nexuiz-commits mailing list