Skip to content

Commit

Permalink
Make sqlite3 the default auth backend (#8085)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ouellette authored and nerzhul committed Jan 10, 2019
1 parent f409919 commit a18c310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/subgames.cpp
Expand Up @@ -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"));

Expand Down

0 comments on commit a18c310

Please sign in to comment.