fix reference to nonexistent field

It's not really needed anyway, since managed threads will end when SMAPI exits.
This commit is contained in:
Jesse Plamondon-Willard 2020-09-22 18:40:07 -04:00
parent b5573a9331
commit 05727acb9b
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ namespace StardewModdingAPI.Framework
{
if (this.IsGameRunning)
{
this.inputThread.Abort();
this.LogManager.WriteCrashLog();
this.Game.Exit();
}