Update script.js

This commit is contained in:
AMelonInsideLemon 2025-09-19 05:25:41 +02:00
parent de07eca122
commit fe759aba29

View File

@ -2814,7 +2814,7 @@ function doAcquireCountItems(category) {
} else {
toast(loc("code_succRemoved"));
}
if (category != "miscitem") updateInventory();
if (category != "miscitems") updateInventory();
});
});
}