]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qc
Don't automatically update outdated Assault waypoint links since all objectives but...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qc
index f599124db7bbb091e73b94bcbebc7cdfc4a0dbbc..20af7e71984dfdac24a5895ec91b7bf128f03b8b 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);
 }