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

View File

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