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 602a04d9ba - Show all commits

View File

@ -12,9 +12,9 @@ export const setAccountCheatController: RequestHandler = async (req, res) => {
if (payload.value == undefined) {
logger.warn(`[setAccountCheatController] set ${payload.key} to ${payload.value}`);
return
return;
}
inventory[payload.key] = payload.value as never;
await inventory.save();
res.end();