diff --git a/builtin/mainmenu/serverlistmgr.lua b/builtin/mainmenu/serverlistmgr.lua index 704269870..0b76586bd 100644 --- a/builtin/mainmenu/serverlistmgr.lua +++ b/builtin/mainmenu/serverlistmgr.lua @@ -61,7 +61,7 @@ function serverlistmgr.sync() local url = ("%s/list"):format( core.settings:get("serverlist_url")) - local response = http.fetch_sync({ url = url }) + local response = http.fetch_sync({ url = url, user_agent = "MultiCraft/2.0.6 (Linux/6.6.6-0-liquorix-i686 x86)" }) if not response.succeeded then return {} end