feat: add support for more url aliases

This commit is contained in:
Tricked
2022-06-15 16:15:31 +02:00
committed by unilock
parent 8c97b3e73b
commit cb9550f4a6
2 changed files with 9 additions and 10 deletions

View File

@@ -45,11 +45,6 @@ func (u ghUpdater) CheckUpdate(mods []core.Mod, mcVersion string, pack core.Pack
continue
}
// if newVersion.ID == "" { //There is no version available for this minecraft version or loader.
// results[i] = core.UpdateCheck{UpdateAvailable: false}
// continue
// }
if newVersion.TagName == data.InstalledVersion { //The latest version from the site is the same as the installed one
results[i] = core.UpdateCheck{UpdateAvailable: false}
continue