Disable monitor by default in config file

This commit is contained in:
2020-12-04 17:30:21 +01:00
parent 26024de866
commit 46552307cd
4 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace settings {
extern std::string GRUNTWORKJSON;
extern int EVENTMODE;
extern int EVENTCRATECHANCE;
extern bool MONITORENABLED;
extern int MONITORPORT;
extern int MONITORINTERVAL;