diff --git a/static/webui/index.html b/static/webui/index.html index 6bbe59f4..3a6d8594 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -331,6 +331,7 @@
Mods
+
diff --git a/static/webui/script.js b/static/webui/script.js index dc6e4872..c4b86f07 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -839,7 +839,7 @@ function doAcquireMod() { RawUpgrades: [ { ItemType: uniqueName, - ItemCount: 1 + ItemCount: parseInt($("#mod-count").val()) } ] })