InputEater: Fix duplicate menu entry
This commit is contained in:
parent
c68045cd0e
commit
3fe67c37b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue