r4953 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 31 11:38:08 EDT 2008


Author: div0
Date: 2008-10-31 11:38:08 -0400 (Fri, 31 Oct 2008)
New Revision: 4953

Modified:
   trunk/data/qcsrc/server/portals.qc
Log:
avoid portalling flags


Modified: trunk/data/qcsrc/server/portals.qc
===================================================================
--- trunk/data/qcsrc/server/portals.qc	2008-10-31 14:28:27 UTC (rev 4952)
+++ trunk/data/qcsrc/server/portals.qc	2008-10-31 15:38:08 UTC (rev 4953)
@@ -256,6 +256,9 @@
 
 	if(other.classname == "player")
 		return; // handled by think
+
+	if(other.classname == "item_flag_team")
+		return; // never portal these
 	
 	if(other.classname == "grapplinghook")
 		return; // handled by think




More information about the nexuiz-commits mailing list