Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make sqlite3 the default auth backend (#8085)
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/content/subgames.cpp
|
@@ -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")); |
|
|
|
|
|