From cd0dc4feec350d6b006232415036f045c2e62841 Mon Sep 17 00:00:00 2001 From: AlexisinGit <136088944+AlexisinGit@users.noreply.github.com> Date: Tue, 23 Sep 2025 05:41:07 +0800 Subject: [PATCH] Merge branch 'setAccountCheatController-type-check' into webui-account-cheats-payload-input-by-value- --- src/controllers/custom/setAccountCheatController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/custom/setAccountCheatController.ts b/src/controllers/custom/setAccountCheatController.ts index 19661c1e..586cebb6 100644 --- a/src/controllers/custom/setAccountCheatController.ts +++ b/src/controllers/custom/setAccountCheatController.ts @@ -11,7 +11,7 @@ export const setAccountCheatController: RequestHandler = async (req, res) => { const inventory = await getInventory(accountId, payload.key); if (payload.value == undefined) { - logger.warn(`[setAccountCheatController] set ${payload.key} to ${payload.value}`); + logger.warn(`Aborting setting ${payload.key} as undefined!`); return; }