Skip to content

Commit

Permalink
Update contentdb_url to content.minetest.net
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed May 13, 2018
1 parent d5d248c commit 9cc341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Expand Up @@ -284,7 +284,7 @@ void set_default_settings(Settings *settings)
#endif
settings->setDefault("font_size", font_size_str);
settings->setDefault("mono_font_size", font_size_str);
settings->setDefault("contentdb_url", "https://contentdb.rubenwardy.com");
settings->setDefault("contentdb_url", "https://content.minetest.net");


// Server
Expand Down

0 comments on commit 9cc341e

Please sign in to comment.