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 d07fc19281 - Show all commits

View File

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