InputEater: Fix duplicate menu entry

This commit is contained in:
Jade Macho 2025-01-14 22:08:25 +01:00
parent c68045cd0e
commit 3fe67c37b2
Signed by: 0x0ade
GPG key ID: E1960710FE4FBEEF

View file

@ -98,7 +98,7 @@ export default JadefinIntegrity("InputEater", import.meta.url, () => new (class
item.secondaryText = "Give up control over the party"; item.secondaryText = "Give up control over the party";
} }
return this.canBeEating; return this.canBeEating && current == ExtrasMenu.IN_MOVIE;
}, },
cb: () => { cb: () => {
this.isEnabled = !this.isEnabled; this.isEnabled = !this.isEnabled;