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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 22 09:19:32 EDT 2009


Author: mand1nga
Date: 2009-08-22 09:19:31 -0400 (Sat, 22 Aug 2009)
New Revision: 7493

Modified:
   trunk/data/qcsrc/server/w_common.qc
Log:
Don't show the "You got the Minstanex" msg in Minstagib because you always have it

Modified: trunk/data/qcsrc/server/w_common.qc
===================================================================
--- trunk/data/qcsrc/server/w_common.qc	2009-08-22 13:03:54 UTC (rev 7492)
+++ trunk/data/qcsrc/server/w_common.qc	2009-08-22 13:19:31 UTC (rev 7493)
@@ -16,6 +16,7 @@
 	oldself = self;
 	self = e;
 
+	if not(g_minstagib)
 	if (other.classname == "player")
 	{
 		sprint (other, "You got the ^2");



More information about the nexuiz-commits mailing list