fix 'please update your game' error not pausing before exit
This commit is contained in:
parent
fd2d7d714d
commit
ba55ed34ca
|
@ -145,6 +145,7 @@ namespace StardewModdingAPI
|
|||
if (Constants.GameVersion.IsOlderThan(Constants.MinimumGameVersion))
|
||||
{
|
||||
this.Monitor.Log($"Oops! You're running Stardew Valley {Constants.GameDisplayVersion}, but the oldest supported version is {Constants.MinimumGameVersion}. Please update your game before using SMAPI. If you're on the Steam beta channel, note that the beta channel may not receive the latest updates.", LogLevel.Error);
|
||||
this.PressAnyKeyToExit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue