From cf6284e505725035875bc2d32474d458a960453c Mon Sep 17 00:00:00 2001 From: DO97 Date: Sun, 16 Jun 2019 16:56:31 +0200 Subject: [PATCH] MAX_PLAYERS --- config.json.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.example b/config.json.example index 1c89c9e..cb2ab07 100644 --- a/config.json.example +++ b/config.json.example @@ -9,4 +9,5 @@ "time_removal_after_skip": 20, "min_fast_turn_time": 15, "min_players": 2 + "max_players": 10 }