Skip to content

Commit

Permalink
Update Pickit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theBGuy committed Dec 20, 2024
1 parent 2eba73f commit 4bdde93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2bs/kolbot/libs/core/Pickit.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Pickit = {
]);

for (let column of Config.BeltColumn) {
if (unit.code.includes(column)) {
if (unit.code && unit.code.includes(column)) {
needPots += Pickit.beltSize;
}
}
Expand Down

0 comments on commit 4bdde93

Please sign in to comment.