From 2f18316917828996868aae1db827ee8531a3bce0 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 30 May 2017 19:19:17 +0200 Subject: Add Clonk.Server.JoinStopCountDown --- src/CRSMConfig.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CRSMConfig.hpp') diff --git a/src/CRSMConfig.hpp b/src/CRSMConfig.hpp index dd59259..9845ef0 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -31,6 +31,7 @@ public: List(String) IgnoreFolders = {"Network", "Records.c4f", "Savegames.c4f"}; Integer EmptyTimer = 60; + Integer JoinStopCountDown = 20; struct { Integer Interval = 10; @@ -136,6 +137,7 @@ public: ConfigVal(Clonk.Server.Config), ConfigVal(Clonk.Server.Executable), ConfigVal(Clonk.Server.EmptyTimer), + ConfigVal(Clonk.Server.JoinStopCountDown), ConfigVal(Clonk.Server.IgnoreFolders), ConfigVal(Clonk.Server.Watchdog.Interval), -- cgit v1.2.3-54-g00ecf