Improved file selection - check both latest and game version latest

This commit is contained in:
comp500
2020-11-11 04:33:49 +00:00
parent 8325f07f18
commit 2ca4ad91f9
2 changed files with 8 additions and 13 deletions

View File

@@ -288,6 +288,7 @@ func (u cfUpdater) CheckUpdate(mods []core.Mod, mcVersion string) ([]core.Update
updateAvailable = true
fileID = file.ID
fileName = file.Name
fileInfoObtained = false // Make sure we get the file info again
}
}