set updateFound based on the suggested update response

This commit is contained in:
danvolchek 2020-01-12 15:24:57 -08:00
parent 8b1fd90c6e
commit 734c727bc3
1 changed files with 2 additions and 0 deletions

View File

@ -590,6 +590,8 @@ namespace StardewModdingAPI.Framework
else
this.Monitor.Log(" SMAPI okay.", LogLevel.Trace);
updateFound = response.SuggestedUpdate?.Version;
// show errors
if (response.Errors.Any())
{