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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Apr 24 13:42:13 EDT 2009


Author: div0
Date: 2009-04-24 13:42:13 -0400 (Fri, 24 Apr 2009)
New Revision: 6585

Modified:
   trunk/data/qcsrc/server/target_spawn.qc
Log:
give access to "other"


Modified: trunk/data/qcsrc/server/target_spawn.qc
===================================================================
--- trunk/data/qcsrc/server/target_spawn.qc	2009-04-24 17:27:58 UTC (rev 6584)
+++ trunk/data/qcsrc/server/target_spawn.qc	2009-04-24 17:42:13 UTC (rev 6585)
@@ -104,6 +104,11 @@
 					valueent = activator;
 					value = "";
 				}
+				else if(value == "other")
+				{
+					valueent = other;
+					value = "";
+				}
 				else if(value == "pusher")
 				{
 					if(time < activator.pushltime)



More information about the nexuiz-commits mailing list