Skip to content

Commit a18c310

Browse files
p-ouellettenerzhul
authored andcommittedJan 10, 2019
Make sqlite3 the default auth backend (#8085)
1 parent f409919 commit a18c310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/content/subgames.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ bool loadGameConfAndInitWorld(const std::string &path, const SubgameSpec &gamesp
307307
conf.set("gameid", gamespec.id);
308308
conf.set("backend", "sqlite3");
309309
conf.set("player_backend", "sqlite3");
310+
conf.set("auth_backend", "sqlite3");
310311
conf.setBool("creative_mode", g_settings->getBool("creative_mode"));
311312
conf.setBool("enable_damage", g_settings->getBool("enable_damage"));
312313

0 commit comments

Comments
 (0)
Please sign in to comment.