From 0eb8471dbe977b34025031b770122be680a9cc25 Mon Sep 17 00:00:00 2001 From: Leonid Chizhevskiy Date: Mon, 13 Sep 2021 13:17:21 +1000 Subject: [PATCH] Default maxplayers 16 Added maxplayers to config and set value to 16 to allow FFA to work properly. Default server config is broken and only allows 1 map to be played. --- FistfulofFrags/server.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FistfulofFrags/server.cfg b/FistfulofFrags/server.cfg index bb0c423..6168a61 100644 --- a/FistfulofFrags/server.cfg +++ b/FistfulofFrags/server.cfg @@ -13,6 +13,9 @@ hostname "SERVERNAME" // RCON - remote console password. rcon_password "ADMINPASSWORD" +// Max players - 16 max for FFA +maxplayers 16 + // Server password - for private servers. sv_password ""