fix for missing bundle
parent
eb68e61bf7
commit
b7e01c1dc1
|
@ -342,7 +342,7 @@ namespace stardew_access.Features
|
||||||
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
|
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
|
||||||
return $"{name} bundle";
|
return $"{name} bundle";
|
||||||
}
|
}
|
||||||
else if (Game1.currentLocation is not AbandonedJojaMart)
|
else if (Game1.currentLocation is AbandonedJojaMart)
|
||||||
{
|
{
|
||||||
name = (x, y) switch
|
name = (x, y) switch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue