From 6e840f8fc40053288a3fc7bbdf734a927093a478 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 12 Feb 2019 19:04:42 +1000 Subject: [PATCH] Document minplayers_per_team in the example server.cfg --- server/server.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/server/server.cfg b/server/server.cfg index bcc6e524..6ecb216c 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -79,6 +79,7 @@ //skill 4 // the bots skill level //minplayers 0 // add bots if less then that number of players playing +//minplayers_per_team 0 // add bots to each team if less than that number of players playing //g_maxplayers 0 // above this player count, only allow spectators //bot_prefix [BOT] // prepend this to all botnames //bot_suffix "" // append this to all botnames -- 2.39.2