// Determines the type of quota.
// normal - default behaviour
// fill - the server will adjust bots to keep N players in the game, where N is bot_quota
// match - the server will maintain a 1:N ratio of humans to bots, where N is bot_quota
//
// Default value: "normal"
bot_quota_mode "normal"