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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 29 09:03:43 EST 2009


Author: div0
Date: 2009-11-29 09:03:42 -0500 (Sun, 29 Nov 2009)
New Revision: 8337

Modified:
   trunk/data/qcsrc/server/t_teleporters.qc
Log:
fix a cvar typo


Modified: trunk/data/qcsrc/server/t_teleporters.qc
===================================================================
--- trunk/data/qcsrc/server/t_teleporters.qc	2009-11-29 14:03:22 UTC (rev 8336)
+++ trunk/data/qcsrc/server/t_teleporters.qc	2009-11-29 14:03:42 UTC (rev 8337)
@@ -165,7 +165,7 @@
 		for(e = world; (e = find(e, targetname, self.target)); )
 		{
 			p = 1;
-			if(cvar("g_telefrag_avoid"))
+			if(cvar("g_telefrags_avoid"))
 			{
 				o = e.origin + '0 0 1' * (1 - other.mins_z - 24);
 				if(check_tdeath(other, o, '0 0 0', '0 0 0'))



More information about the nexuiz-commits mailing list