Fix EOL in settings.cpp

This commit is contained in:
gsemaj 2021-05-06 11:47:48 -04:00 committed by Gent Semaj
parent eb8ec85746
commit 2d7aa3c536
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ std::string settings::GRUNTWORKJSON = "gruntwork.json";
std::string settings::MOTDSTRING = "Welcome to OpenFusion!";
std::string settings::DROPSJSON = "drops.json";
std::string settings::PATHJSON = "paths.json";
#ifdef ACADEMY
#ifdef ACADEMY
std::string settings::XDTJSON = "xdt1013.json";
#else
std::string settings::XDTJSON = "xdt.json";
std::string settings::XDTJSON = "xdt.json";
#endif // ACADEMY
int settings::ACCLEVEL = 1;