Skip to content

Commit

Permalink
WIP: Improve Instrument and MusicVenueTool overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeronica committed Feb 28, 2024
1 parent 05c54d0 commit 0f26f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public static void render(RenderGameOverlayEvent.Post event) {

private static boolean isPlacardInHotBar() {
int slot = getPlayer().inventory.findSlotMatchingItem(PLACARD_ITEM);
return slot >= 0 && slot < 9;
return slot >= 0 && slot < 9 && !(getPlayer().portalTime > 0);
}
}

0 comments on commit 0f26f42

Please sign in to comment.