]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qc
Hardening of several teamplay functions.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qc
index f8ddd0c637576d81efb058e330c11922d9438a56..6ea375c0879b19ec945269deb93518e496b4c216 100644 (file)
@@ -438,7 +438,7 @@ void bot_clientconnect(entity this)
        else if(this.bot_forced_team==4)
                this.team = NUM_TEAM_4;
        else
-               JoinBestTeam(this, false, true);
+               JoinBestTeam(this, true);
 
        havocbot_setupbot(this);
 }