From e665c886ede0de43b810503abbfe28bce56be00e Mon Sep 17 00:00:00 2001 From: Skillet Date: Wed, 26 Apr 2023 07:15:43 -0400 Subject: [PATCH] Update CustomOptions.cfg.j2 --- .../templates/server-config/CustomOptions.cfg.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/squad-server/templates/server-config/CustomOptions.cfg.j2 b/roles/squad-server/templates/server-config/CustomOptions.cfg.j2 index 8ef6382..1566bea 100644 --- a/roles/squad-server/templates/server-config/CustomOptions.cfg.j2 +++ b/roles/squad-server/templates/server-config/CustomOptions.cfg.j2 @@ -15,9 +15,9 @@ #SeedAllKitsAvailable=1 // Initial number of tickets for both teams, integer. Default=100 -#SeedInitialTickets=100 +SeedInitialTickets=150 // Length of the pre-live countdown, float. Default=60.0 -#SeedSecondsBeforeLive=60.0 +SeedSecondsBeforeLive=10.0 -// All default values listed above will be used if the corresponding setting is not present on config file or commented out. \ No newline at end of file +// All default values listed above will be used if the corresponding setting is not present on config file or commented out.