Fix access restrictions

This commit is contained in:
Pieter Vander Vennet 2021-07-05 13:20:13 +02:00
parent a99835c0c5
commit 1fd91613a9

View file

@ -13,8 +13,8 @@ export default class Constants {
tagsVisibleAt: 25,
mapCompleteHelpUnlock: 50,
tagsVisibleAndWikiLinked: 30,
themeGeneratorReadOnlyUnlock: 50,
themeGeneratorFullUnlock: 1,
themeGeneratorReadOnlyUnlock: 1,
themeGeneratorFullUnlock: 50,
addNewPointWithUnreadMessagesUnlock: 500,
minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19),