Skip to content

Commit 68c88cd

Browse files
committed
disable halfway upgrades restriction overlay again
1 parent e3e6f7b commit 68c88cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/androidMain/kotlin/de/westnordost/streetcomplete/overlays/OverlaysModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ fun overlaysRegistry(
6767
8 to ThingsOverlay(getFeature),
6868
7 to BuildingsOverlay(),
6969
9 to MtbScaleOverlay(),
70-
(EE_QUEST_OFFSET + 1) to RestrictionOverlay(),
70+
// (EE_QUEST_OFFSET + 1) to RestrictionOverlay(),
7171
(EE_QUEST_OFFSET + 0) to CustomOverlay(prefs),
7272
))

0 commit comments

Comments
 (0)