feat: nemesis henchmen kills multiplier cheat #2806

Merged
Sainan merged 19 commits from AlexisinGit/SpaceNinjaServerAlexFork:cheat-nemesis-henchmen-kills-multiplier into main 2025-09-26 04:41:55 -07:00
Showing only changes of commit 5513299cd3 - Show all commits

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)
})
});
});