From 1a23a0071a1c220d0e70c99f9d71904f0635fad0 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 11 Jun 2022 17:46:22 +0800 Subject: + small bugfixes --- features/betterGuis/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/betterGuis') diff --git a/features/betterGuis/index.js b/features/betterGuis/index.js index 2d188bf..e91d856 100644 --- a/features/betterGuis/index.js +++ b/features/betterGuis/index.js @@ -26,7 +26,7 @@ class BetterGuis extends Feature { 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", "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) + this.chestSearchBar = new ToggleSetting("Inventory Search Bar", "use '&' to make it filter by stuff that contains multiple things", false, "inv_search", this) this.lastWindowId = 0 this.shouldHold = 10 -- cgit