set updateFound based on the suggested update response
This commit is contained in:
parent
8b1fd90c6e
commit
734c727bc3
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue