diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-10-27 14:13:47 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-10-29 14:17:49 +0100 |
| commit | fdfcc2d575e845a32ffe2dfc0b330a686e92dcc0 (patch) | |
| tree | e8fc3ca36215b3b521062f1453e57a1d8ca4b781 /src/CRSMConfig.hpp | |
| parent | 0d3488944e9ba29a8e7f938a31bc172f8fc01c4a (diff) | |
| download | manager-fdfcc2d575e845a32ffe2dfc0b330a686e92dcc0.tar.gz manager-fdfcc2d575e845a32ffe2dfc0b330a686e92dcc0.zip | |
Add support for individual pack versions per scenario
Diffstat (limited to 'src/CRSMConfig.hpp')
| -rw-r--r-- | src/CRSMConfig.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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), |
