r3302 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 29 06:03:18 EST 2008


Author: div0
Date: 2008-01-29 06:03:18 -0500 (Tue, 29 Jan 2008)
New Revision: 3302

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
LMS does not need the "has weapons" map feature


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2008-01-29 11:03:05 UTC (rev 3301)
+++ trunk/data/qcsrc/common/mapinfo.qc	2008-01-29 11:03:18 UTC (rev 3302)
@@ -690,7 +690,7 @@
 {
 	float req;
 	req = 0;
-	if(!(cvar("g_instagib") || cvar("g_minstagib") || cvar("g_nixnex") || cvar("g_rocketarena")))
+	if(!(cvar("g_lms") || cvar("g_instagib") || cvar("g_minstagib") || cvar("g_nixnex") || cvar("g_rocketarena")))
 		req |= MAPINFO_FEATURE_WEAPONS;
 	return req;
 }




More information about the nexuiz-commits mailing list