fix for missing bundle

This commit is contained in:
TrueBlindGaming
2022-03-19 16:59:42 -06:00
parent eb68e61bf7
commit b7e01c1dc1

View File

@@ -342,7 +342,7 @@ namespace stardew_access.Features
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
return $"{name} bundle";
}
else if (Game1.currentLocation is not AbandonedJojaMart)
else if (Game1.currentLocation is AbandonedJojaMart)
{
name = (x, y) switch
{