Make sqlite3 the default auth backend (#8085)

master
Paul Ouellette 2019-01-10 01:54:20 -05:00 committed by Loïc Blot
parent f4099192e3
commit a18c310adb
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ bool loadGameConfAndInitWorld(const std::string &path, const SubgameSpec &gamesp
conf.set("gameid", gamespec.id);
conf.set("backend", "sqlite3");
conf.set("player_backend", "sqlite3");
conf.set("auth_backend", "sqlite3");
conf.setBool("creative_mode", g_settings->getBool("creative_mode"));
conf.setBool("enable_damage", g_settings->getBool("enable_damage"));