]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Properly initialize Keepaway as team based game mode
authorterencehill <piuntn@gmail.com>
Wed, 31 Aug 2016 01:17:15 +0000 (03:17 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 31 Aug 2016 01:17:15 +0000 (03:17 +0200)
qcsrc/common/mapinfo.qh

index ba60b0d39c39118801d457db47fb472047c0dc3d..a3e000d33351fde6a8f9edb97808375d434670cd 100644 (file)
@@ -443,7 +443,7 @@ void HUD_Mod_Keepaway(vector pos, vector mySize);
 CLASS(Keepaway, Gametype)
     INIT(Keepaway)
     {
-        this.gametype_init(this, _("Keepaway"),"ka","g_keepaway",true,"","timelimit=20 pointlimit=30",_("Hold the ball to get points for kills"));
+        this.gametype_init(this, _("Keepaway"),"ka","g_keepaway",false,"","timelimit=20 pointlimit=30",_("Hold the ball to get points for kills"));
     }
     METHOD(Keepaway, m_isAlwaysSupported, bool(Gametype this, int spawnpoints, float diameter))
     {