summaryrefslogtreecommitdiffstats
path: root/src/CRSMConfig.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CRSMConfig.hpp')
-rw-r--r--src/CRSMConfig.hpp2
1 files changed, 2 insertions, 0 deletions
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),