From fe759aba298586aaaeea4bad5d17d15612e752f7 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Fri, 19 Sep 2025 05:25:41 +0200 Subject: [PATCH] Update script.js --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index ee6195f7..acdece29 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -2814,7 +2814,7 @@ function doAcquireCountItems(category) { } else { toast(loc("code_succRemoved")); } - if (category != "miscitem") updateInventory(); + if (category != "miscitems") updateInventory(); }); }); }