Skip to content

Commit

Permalink
enable element deletion on addbarrieropenign quest (fixes #6015)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 25, 2024
1 parent 5dc5756 commit 00262fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class AddBarrierOpening(
override val wikiLink = "Key:barrier"
override val icon = R.drawable.ic_quest_wheelchair_width
override val achievements = listOf(BICYCLIST, WHEELCHAIR)
override val isDeleteElementEnabled = true
override val defaultDisabledMessage: Int
get() = if (!checkArSupport()) R.string.default_disabled_msg_no_ar else 0

Expand Down

0 comments on commit 00262fa

Please sign in to comment.