aboutsummaryrefslogtreecommitdiff
path: root/features/betterGuis
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-28 10:00:15 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-28 10:00:15 +0800
commitd017ab83bb7ffbc10e7cde0014116464c725f37f (patch)
treedb53598b784326f884b2bfb5c79e0f135dfef044 /features/betterGuis
parent83036d85a38729adf8fad5bc9bf38a06c183adf0 (diff)
downloadSoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.tar.gz
SoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.tar.bz2
SoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.zip
+ fix gemstone $/h from when i made it show both hours and minuites (i love not testing updates BatChamp)
Diffstat (limited to 'features/betterGuis')
-rw-r--r--features/betterGuis/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/betterGuis/index.js b/features/betterGuis/index.js
index cb0b5a0..2d188bf 100644
--- a/features/betterGuis/index.js
+++ b/features/betterGuis/index.js
@@ -24,7 +24,7 @@ class BetterGuis extends Feature {
this.reliableSbMenuClicks = { getValue: () => false }//removed because hypixel fixed, code kept incase hypixel adds back bug later //new ToggleSetting("Make SBMENU clicks reliable", "This will delay clicks on sbmenu to time them so they dont get canceled", true, "sbmenu_time", this)
this.museumGuiEnabled = new ToggleSetting("Custom Museum GUI", "Custom gui for the Museum", true, "custom_museum_enabled", this)
- this.dungeonReadyGuiEnabled = new ToggleSetting("Custom Dungeon Ready GUI (UNFINISHED)", "Custom gui for the dungeon ready up menu", false, "custom_dungeon_ready_enabled", this)
+ this.dungeonReadyGuiEnabled = new ToggleSetting("Custom Dungeon Ready GUI", "Custom gui for the dungeon ready up menu", false, "custom_dungeon_ready_enabled", this)
this.chestSearchBar = new ToggleSetting("Inventory Search Bar", "u can use '&' to make it filter buy stuff that contains multiple things", false, "inv_search", this)