From e2f1ef15eff6433b1afacf5f79b1fc97218fc290 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:00:20 +0800 Subject: bettermap download command! --- src/features/dungeonMap/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features/dungeonMap/index.js') 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) -- cgit