aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-02-05 19:24:51 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-02-05 19:24:51 +0800
commit24c2cfbdeadc7f58293621ce6a7f8329e25313b7 (patch)
treead22d1211e359cf058e7a6425d5dbbdeab3704a1
parent3892a1f24f9cc631920050b9f0339b3e40ce8624 (diff)
downloadSoopyV2-24c2cfbdeadc7f58293621ce6a7f8329e25313b7.tar.gz
SoopyV2-24c2cfbdeadc7f58293621ce6a7f8329e25313b7.tar.bz2
SoopyV2-24c2cfbdeadc7f58293621ce6a7f8329e25313b7.zip
update meta
-rw-r--r--features/dungeonMap/index.js2
-rw-r--r--metadata.json4
2 files changed, 3 insertions, 3 deletions
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
diff --git a/metadata.json b/metadata.json
index c30776d..ed21564 100644
--- a/metadata.json
+++ b/metadata.json
@@ -5,8 +5,8 @@
"entry": "index.js",
"description": "Soopy addons v2",
"name": "SoopyV2",
- "version": "2.1.27",
- "versionId": 154,
+ "version": "2.1.28",
+ "versionId": 155,
"requires": [
"soopyApis",
"soopyAddonsData",