aboutsummaryrefslogtreecommitdiff
path: root/features/betterGuis
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-06 20:21:26 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-06 20:21:26 +0800
commitf71ab91a7089c614cec49b318968b734dea49651 (patch)
tree1f7af7cb98a6972f807d32d14e6e9c0b79af39b6 /features/betterGuis
parentb33a75b2eba88c60280fcd441a5dd974cf763ab4 (diff)
downloadSoopyV2-f71ab91a7089c614cec49b318968b734dea49651.tar.gz
SoopyV2-f71ab91a7089c614cec49b318968b734dea49651.tar.bz2
SoopyV2-f71ab91a7089c614cec49b318968b734dea49651.zip
Not loading museum gui to avoid crash with outdated guimanager
Diffstat (limited to 'features/betterGuis')
-rw-r--r--features/betterGuis/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/betterGuis/index.js b/features/betterGuis/index.js
index 9648a9a..18135a4 100644
--- a/features/betterGuis/index.js
+++ b/features/betterGuis/index.js
@@ -2,7 +2,7 @@
/// <reference lib="es2015" />
import Feature from "../../featureClass/class";
import ToggleSetting from "../settings/settingThings/toggle";
-import MuseumGui from "./museumGui";
+// import MuseumGui from "./museumGui";
class BetterGuis extends Feature {
constructor() {
@@ -12,7 +12,7 @@ class BetterGuis extends Feature {
onEnable(){
this.initVariables()
- this.museumGui = new MuseumGui()
+ // this.museumGui = new MuseumGui()
this.replaceSbMenuClicks = new ToggleSetting("Improve Clicks on SBMENU", "This will change clicks to middle clicks, AND use commands where possible (eg /pets)", true, "sbmenu_clicks", this)
this.reliableSbMenuClicks = {getValue: ()=>false}//removed because hypixel fixed may add back 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)