We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9239ea0 commit 448fa34Copy full SHA for 448fa34
ChestsAnywhere/ChestFactory.cs
@@ -60,6 +60,7 @@ IEnumerable<ManagedChest> Search()
60
var locations =
61
(
62
from GameLocation location in this.GetAccessibleLocations()
63
+ where range.IsInRange(location)
64
select new
65
{
66
Location = location,
ChestsAnywhere/docs/release-notes.md
@@ -5,6 +5,7 @@
5
* In the category dropdown...
6
* Cellars are now translated and include the name of the player who owns them.
7
* Building interiors now use the translated name for the building, if available.
8
+* Optimized performance.
9
10
## 1.28.3
11
Released 27 July 2025 for SMAPI 4.1.10 or later.
0 commit comments