Skip to content

Commit

Permalink
disable AddTrafficSignalsVibration in Bulgaria (fixes #5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Aug 28, 2024
1 parent 3b352e9 commit d209f5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class AddTrafficSignalsVibration : OsmElementQuestType<Boolean> {
override val icon = R.drawable.ic_quest_blind_traffic_lights
override val achievements = listOf(BLIND)
override val enabledInCountries = AllCountriesExcept(
"BG", // see https://github.com/streetcomplete/StreetComplete/issues/5846
"FI", // see https://github.com/streetcomplete/StreetComplete/issues/5791
"RU" // see https://github.com/streetcomplete/StreetComplete/issues/4021
)
Expand Down

0 comments on commit d209f5f

Please sign in to comment.