From 24c2cfbdeadc7f58293621ce6a7f8329e25313b7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 5 Feb 2022 19:24:51 +0800 Subject: update meta --- features/dungeonMap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index 5ae730f..596a98a 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -22,7 +22,7 @@ class DungeonMap extends Feature { onEnable(){ this.initVariables() - this.renderMap = new ToggleSetting("Render Map", "Toggles Rendering the map on the hud", false, "dmap_render", this) + this.renderMap = new ToggleSetting("Render Map", "Toggles Rendering the map on the hud (scuffed)", false, "dmap_render", this) this.brBox = new ToggleSetting("Box around doors in br", "In map category because it uses map to find location (no esp)", true, "dmap_door", this) this.MAP_QUALITY_SCALE = 2 -- cgit