X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ctf.qc;h=22b54efff2a455c32a58f37142c9798b39089651;hb=3288cfea33b3c86d4f7945d58cb31fe30969c2a8;hp=0b3a3dff970130203086d8c11efccd73a3e7a05f;hpb=62fcd466f81d0e95568ba152ab3ac23ac937837c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index 0b3a3dff97..22b54efff2 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -1500,10 +1500,7 @@ void havocbot_role_ctf_carrier() self.bot_strategytime = time + autocvar_bot_ai_strategyinterval; navigation_goalrating_start(); - if(ctf_oneflag) - havocbot_goalrating_ctf_enemybase(50000); - else - havocbot_goalrating_ctf_ourbase(50000); + havocbot_goalrating_ctf_ourbase(50000); if(self.health<100) havocbot_goalrating_ctf_carrieritems(1000, self.origin, 1000);