1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Change main website domain to www.luanti.org (#15748)

Renames all remaining occurences of minetest.net except for the "MS Windows icon resource" file
This commit is contained in:
Montandalar
2025-02-07 05:16:24 +11:00
committed by GitHub
parent 1548b2ae9e
commit ec83312540
6 changed files with 10 additions and 10 deletions

View File

@@ -404,7 +404,7 @@ void set_default_settings()
#endif
#if ENABLE_UPDATE_CHECKER
settings->setDefault("update_information_url", "https://www.minetest.net/release_info.json");
settings->setDefault("update_information_url", "https://www.luanti.org/release_info.json");
#else
settings->setDefault("update_information_url", "");
#endif