Compare commits

...

2 Commits

View File

@ -3230,7 +3230,7 @@ document.querySelectorAll("#account-cheats .input-group").forEach(grp => {
contentType: "application/json",
data: JSON.stringify({
key: input.id,
value: value
value: parseInt(value)
})
});
});