Skip to content

Commit

Permalink
Fix non-item slots being non-interactive when EMI is installed (Appli…
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Mar 7, 2024
1 parent 1d04763 commit 901800e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public EmiStackInteraction getStackAt(Screen screen, int x, int y) {
if (stack != null) {
var emiStack = EmiStackHelper.toEmiStack(stack.stack());
if (emiStack != null) {
return new EmiStackInteraction(emiStack);
return new EmiStackInteraction(emiStack, null, false);
}
}
}
Expand Down

0 comments on commit 901800e

Please sign in to comment.