parseInt(value)
This commit is contained in:
parent
e1f86e4d7b
commit
5513299cd3
@ -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)
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user