Skip to content

Commit 448fa34

Browse files
committed
fix chest tooltips scanning all locations
1 parent 9239ea0 commit 448fa34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ChestsAnywhere/ChestFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ IEnumerable<ManagedChest> Search()
6060
var locations =
6161
(
6262
from GameLocation location in this.GetAccessibleLocations()
63+
where range.IsInRange(location)
6364
select new
6465
{
6566
Location = location,

ChestsAnywhere/docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* In the category dropdown...
66
* Cellars are now translated and include the name of the player who owns them.
77
* Building interiors now use the translated name for the building, if available.
8+
* Optimized performance.
89

910
## 1.28.3
1011
Released 27 July 2025 for SMAPI 4.1.10 or later.

0 commit comments

Comments
 (0)