From: Rudolf Polzer Date: Fri, 28 Jan 2011 21:18:00 +0000 (+0100) Subject: put g_maxplayers in server.cfg X-Git-Tag: xonotic-v0.5.0~131 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2eb206c48d03f59cb0d8f4311ccb9aad20b887b2;p=xonotic%2Fxonotic.git put g_maxplayers in server.cfg --- diff --git a/server/server.cfg b/server/server.cfg index 6cca0dbe..01a29de3 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -59,6 +59,7 @@ //bot_number 0 // number of bots to add //skill 1 // the bots skill level //minplayers 0 // add bots if less then that number of players playing. MAKE SURE ITS LESS THEN maxplayers or people will get blocked by bots! +//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 //g_maplist_check_waypoints 0 // set this to 1 to skip maps without waypoints if there aren't enough players to play without bots