From fdfcc2d575e845a32ffe2dfc0b330a686e92dcc0 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 27 Oct 2015 14:13:47 +0100 Subject: Add support for individual pack versions per scenario --- 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 0494aaf..1aee360 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -10,6 +10,7 @@ public: String CommandSign = "!"; String StatsFile = "CrServerManager.stats"; String SessionFile = "CrServerManager.session"; + String PacksFile = "CrServerManager.packs"; } CRSM; struct { @@ -88,6 +89,7 @@ public: ConfigVal(CRSM.CommandSign), ConfigVal(CRSM.StatsFile), ConfigVal(CRSM.SessionFile), + ConfigVal(CRSM.PacksFile), -- cgit v1.2.3-54-g00ecf