Change default value for GM to true

This commit is contained in:
darkredtitan 2020-09-20 20:50:58 +02:00
parent 6eb21e6d67
commit ff7c78d545
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ std::string settings::NPCJSON = "tdata/NPCs.json";
std::string settings::XDTJSON = "tdata/xdt.json";
std::string settings::MOBJSON = "tdata/mobs.json";
std::string settings::MOTDSTRING = "Welcome to OpenFusion!";
bool settings::GM = false;
bool settings::GM = true;
void settings::init() {
INIReader reader("config.ini");