Remove academy-specific tdata settings, add patch path

This commit is contained in:
gsemaj
2021-04-29 15:59:39 -04:00
committed by Gent Semaj
parent 4bcf3af90f
commit 805fd93b3c
4 changed files with 6 additions and 13 deletions

View File

@@ -19,12 +19,12 @@ namespace settings {
extern std::string NPCJSON;
extern std::string XDTJSON;
extern std::string MOBJSON;
extern std::string ACADEMYJSON;
extern std::string PATHJSON;
extern std::string DROPSJSON;
extern std::string EGGSJSON;
extern std::string GRUNTWORKJSON;
extern std::string DBPATH;
extern std::string PATCHPATH;
extern int EVENTMODE;
extern bool MONITORENABLED;
extern int MONITORPORT;