drop special case for SDV 1.2.29 bug (min version is now 1.2.30)

This commit is contained in:
Jesse Plamondon-Willard 2017-05-28 20:58:31 -04:00
parent bbfd42eeb3
commit 9d9383e235
1 changed files with 0 additions and 7 deletions

View File

@ -584,13 +584,6 @@ namespace StardewModdingAPI.Framework
return; return;
} }
// abort in known unrecoverable cases
if (Game1.toolSpriteSheet?.IsDisposed == true)
{
this.Monitor.ExitGameImmediately("the game unexpectedly disposed the tool spritesheet, so it crashed trying to draw a tool. This is a known bug in Stardew Valley 1.2.29, and there's no way to recover from it.");
return;
}
// recover sprite batch // recover sprite batch
try try
{ {