From 506ce33101b0da34c28175e6b9a0f59577b353c2 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 15 Dec 2016 21:25:33 +0100 Subject: APIDump: Load the official undocumented from alternate location. This fixes the CI builds until the apidocs.cuberite.org subdomain gets functional again. --- Server/Plugins/APIDump/main_APIDump.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Plugins/APIDump/main_APIDump.lua b/Server/Plugins/APIDump/main_APIDump.lua index da56e3444..8cefbdfc1 100644 --- a/Server/Plugins/APIDump/main_APIDump.lua +++ b/Server/Plugins/APIDump/main_APIDump.lua @@ -1891,7 +1891,7 @@ end local function CheckNewUndocumentedSymbols() -- Download the official API stats on undocumented stuff: -- (We need a blocking downloader, which is impossible with the current cNetwork API) - assert(os.execute("wget -q -O official_undocumented.lua http://apidocs.cuberite.org/_undocumented.lua")) + assert(os.execute("wget -q -O official_undocumented.lua http://apidocs.cuberite.xoft.cz/_undocumented.lua")) local OfficialStats = cFile:ReadWholeFile("official_undocumented.lua") if (OfficialStats == "") then return true, "Cannot load official stats" -- cgit v1.2.3