parseInt(value)

This commit is contained in:
AlexisinGit 2025-09-25 03:39:09 +08:00
parent e1f86e4d7b
commit 5513299cd3

View File

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