]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/duel/duel.qh
Merge branch 'master' into terencehill/player_sorting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / duel / duel.qh
index cacf13fa55c59fe6d6929445b8dad7806e841fe6..ede5f9b42d05cb9424646fbb82cd04a9e65570d1 100644 (file)
@@ -10,7 +10,7 @@ CLASS(Duel, Gametype)
     }
     METHOD(Duel, m_isAlwaysSupported, bool(Gametype this, int spawnpoints, float diameter))
     {
-        return (diameter < 16384);
+        return (diameter < 3250);
     }
     METHOD(Duel, m_isForcedSupported, bool(Gametype this))
     {