Skip to content

Commit

Permalink
forgot to do this linebreak from a while back oops
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Jan 14, 2024
1 parent a9d6625 commit 293ec25
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ class MenuItemDisplayOverlayPlayerTryhard : AbstractMenuStackSize() {
else return "$pageNum"
}
}
return notAHPagePattern.matchMatcher(line) { group("pagenumber") } ?: ""
notAHPagePattern.matchMatcher(line) {
return group("pagenumber")
}
}
notAHAbiphoneChestPattern.matchMatcher(chestName) {
if (((itemName == ("Sort") && (item.item == Item.getItemFromBlock(Blocks.hopper)))) || ((itemName == ("Filter") && (item.item is ItemEnderEye)))) {
Expand Down

0 comments on commit 293ec25

Please sign in to comment.