]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable g_minstagib starting a weapon arena game, it would break a lot the game....
authorterencehill <piuntn@gmail.com>
Wed, 1 Feb 2012 14:09:51 +0000 (15:09 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 1 Feb 2012 16:20:46 +0000 (17:20 +0100)
qcsrc/server/miscfunctions.qc

index b780a8511a882f96ace60faa8e8a82a9223002c3..bbee72a732086cd2ac9034f2f97899b9de76da67 100644 (file)
@@ -897,6 +897,7 @@ void readplayerstartcvars()
 
        if (g_weaponarena)
        {
+               g_minstagib = 0; // incompatible
                start_weapons = g_weaponarena;
                if(!(g_lms || g_ca))
                        start_items |= IT_UNLIMITED_AMMO;