diff --git a/static/webui/script.js b/static/webui/script.js index d2560902..fe5eb20f 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -3267,7 +3267,7 @@ document.querySelectorAll("#guild-cheats input[type=checkbox]").forEach(elm => { contentType: "application/json", data: JSON.stringify({ key: elm.id, - value: value + value: elm.checked }) }); });