From 3fe67c37b2687cf29f48aa5f6a08aace0cf45ab6 Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Tue, 14 Jan 2025 22:08:25 +0100 Subject: [PATCH] InputEater: Fix duplicate menu entry --- mods/InputEater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/InputEater.js b/mods/InputEater.js index 6f236cf..77d4a12 100644 --- a/mods/InputEater.js +++ b/mods/InputEater.js @@ -98,7 +98,7 @@ export default JadefinIntegrity("InputEater", import.meta.url, () => new (class item.secondaryText = "Give up control over the party"; } - return this.canBeEating; + return this.canBeEating && current == ExtrasMenu.IN_MOVIE; }, cb: () => { this.isEnabled = !this.isEnabled;