From 05727acb9b6a90fd4911e74800fe5ea0ea02050d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 22 Sep 2020 18:40:07 -0400 Subject: fix reference to nonexistent field It's not really needed anyway, since managed threads will end when SMAPI exits. --- src/SMAPI/Framework/SCore.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/SMAPI/Framework') diff --git a/src/SMAPI/Framework/SCore.cs b/src/SMAPI/Framework/SCore.cs index 776e32da..f07e41f0 100644 --- a/src/SMAPI/Framework/SCore.cs +++ b/src/SMAPI/Framework/SCore.cs @@ -282,7 +282,6 @@ namespace StardewModdingAPI.Framework { if (this.IsGameRunning) { - this.inputThread.Abort(); this.LogManager.WriteCrashLog(); this.Game.Exit(); } -- cgit