From bc2b6367f47dd7c0371500f84eb28afe976fe7ea Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 15 Jun 2021 19:04:43 +0200 Subject: [PATCH] Fix update manager LAND: MP-STATS --> STATS --- MP-LAND/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP-LAND/Controllers/HomeController.cs b/MP-LAND/Controllers/HomeController.cs index b6f0324e..4987477c 100644 --- a/MP-LAND/Controllers/HomeController.cs +++ b/MP-LAND/Controllers/HomeController.cs @@ -37,7 +37,7 @@ namespace MP.Controllers done += UpdateMan.obj.downloadLatest(updateUrl("CTRACK"), localDownloadPath("CTRACK"), "CTRACK"); done += UpdateMan.obj.downloadLatest(updateUrl("MAG"), localDownloadPath("MAG"), "MAG"); - done += updManAuth.downloadLatest(updateUrlAuth("MP-STATS"), localDownloadPath("MP-STATS"), "MP-STATS"); + done += updManAuth.downloadLatest(updateUrlAuth("MP-STATS"), localDownloadPath("STATS"), "STATS"); return done; }