Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f4be13

Browse files
committedJan 3, 2025·
set to strictly equal
1 parent 2f18e7b commit 2f4be13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎d2bs/kolbot/libs/core/Town.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ const Town = {
22062206
.filter(function (p) {
22072207
return p.isInInventory && isUpgradePossible(p) && !pickitWantsUpgrade(p);
22082208
})
2209-
.length == 0;
2209+
.length === 0;
22102210

22112211
// we have gems that can be upgraded in inventory
22122212
const isInventoryValid = me.getItemsEx()

0 commit comments

Comments
 (0)
Please sign in to comment.