From 353e4dec8ec6f5e9b764ca09571e3bb4dfd72de0 Mon Sep 17 00:00:00 2001 From: Blockhead Date: Mon, 3 Feb 2025 12:09:17 +1100 Subject: [PATCH] Change update information URL to new domain name The server automatically redirects to the new name, so why not move it on the engine side too? --- builtin/settingtypes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 7707a369bd4d..eb2a387f84e3 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -766,7 +766,7 @@ enable_split_login_register (Enable split login/register) bool true # URL to JSON file which provides information about the newest Luanti release. # If this is empty the engine will never check for updates. -update_information_url (Update information URL) string https://www.minetest.net/release_info.json +update_information_url (Update information URL) string https://www.luanti.org/release_info.json [*Server]