Skip to content

Commit

Permalink
break harp features repo for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 8, 2023
1 parent 854a1f7 commit 6b4f42a
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.*")
private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*_wrong")

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

Expand Down

0 comments on commit 6b4f42a

Please sign in to comment.