Skip to content

Commit

Permalink
Fixed harp features
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 8, 2023
1 parent 6b4f42a commit 735c6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object HarpFeatures {
}

private val buttonColors = listOf('d', 'e', 'a', '2', '5', '9', 'b')
private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*_wrong")
private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*")

private fun isHarpGui() = inventoryTitleRegex.matches(openInventoryName())

Expand Down

0 comments on commit 735c6ed

Please sign in to comment.