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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Apr 21 11:59:54 EDT 2009


Author: div0
Date: 2009-04-21 11:59:54 -0400 (Tue, 21 Apr 2009)
New Revision: 6548

Modified:
   trunk/data/qcsrc/server/bots.qc
Log:
try to make "notarget" cheat work with bots


Modified: trunk/data/qcsrc/server/bots.qc
===================================================================
--- trunk/data/qcsrc/server/bots.qc	2009-04-21 15:58:18 UTC (rev 6547)
+++ trunk/data/qcsrc/server/bots.qc	2009-04-21 15:59:54 UTC (rev 6548)
@@ -1930,6 +1930,8 @@
 	if(g_minstagib)
 	if(e.items & IT_STRENGTH)
 		return FALSE;
+	if(e.flags & FL_NOTARGET)
+		return false;
 	return TRUE;
 };
 



More information about the nexuiz-commits mailing list