Skip to content

Commit

Permalink
Ask for fire hydrant refs in Liechtenstein
Browse files Browse the repository at this point in the history
  • Loading branch information
dokutan authored and westnordost committed Jan 10, 2025
1 parent 65bba70 commit a9a1f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AddFireHydrantRef : OsmFilterQuestType<FireHydrantRefAnswer>() {
override val achievements = listOf(EditTypeAchievement.LIFESAVER)
override val isDeleteElementEnabled = true
override val enabledInCountries = NoCountriesExcept(
"CH", "FR"
"CH", "FR", "LI"
)

override fun getTitle(tags: Map<String, String>) = R.string.quest_genericRef_title
Expand Down

0 comments on commit a9a1f62

Please sign in to comment.