diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
commit | d36dbde865aec68f7fd564977cdf8e9c5912edbe (patch) | |
tree | 41bb451cd1f8407a094a834a1cb1db301ff92bf7 /features/dungeonMap | |
parent | ce112c714b740c0e9e958f2016091bd3f01d7ba6 (diff) | |
download | SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.gz SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.bz2 SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.zip |
- Finish streamgui
- some more information in settings menus
- random fixes
Diffstat (limited to 'features/dungeonMap')
-rw-r--r-- | features/dungeonMap/metadata.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/dungeonMap/metadata.json b/features/dungeonMap/metadata.json index 2d0df77..7d44ae4 100644 --- a/features/dungeonMap/metadata.json +++ b/features/dungeonMap/metadata.json @@ -1,8 +1,8 @@ { "name": "Dungeon Map", - "description": "A really good dungeon map", - "isHidden": false, + "description": "A really good dungeon map (IN PROGRESS)", + "isHidden": true, "isTogglable": true, - "defaultEnabled": true, + "defaultEnabled": false, "sortA": 1 }
\ No newline at end of file |