diff options
Diffstat (limited to 'src/features/dungeonMap/index.js')
-rw-r--r-- | src/features/dungeonMap/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/dungeonMap/index.js b/src/features/dungeonMap/index.js index 1f70ece..b3f1e5f 100644 --- a/src/features/dungeonMap/index.js +++ b/src/features/dungeonMap/index.js @@ -33,6 +33,7 @@ class DungeonMap extends Feature { onEnable() { this.initVariables() + this.mapInfo2 = new SettingBase("NOTE: This will soon be replaced with bettermap", "Do /downloadbettermap to download.", undefined, "map_info2", this) this.mapInfo = new SettingBase("NOTE: The more players in the party with this", "category enabled the more accurate the map will be.", undefined, "map_info", this) this.renderMap = new ToggleSetting("Render Map", "Toggles Rendering the map on the hud", false, "dmap_render", this) this.mapIcons = new ToggleSetting("Icons for puzzles on map", "Toggles Rendering the puzzle icons on map", true, "dmap_icons", this).requires(this.renderMap) |