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; }