diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-01 21:25:13 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-01 21:25:13 +0800 |
commit | c71b4f83abb2697781f8e6eafa8ad35f924fbdf7 (patch) | |
tree | 7e992f047e1b19864cea8cee1671573a44cf20de /features/betterGuis/index.js | |
parent | 556eedeb7d58909cb716abe16d2c40910acdc43c (diff) | |
download | SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.tar.gz SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.tar.bz2 SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.zip |
many changes (will list in a bit)
Diffstat (limited to 'features/betterGuis/index.js')
-rw-r--r-- | features/betterGuis/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/betterGuis/index.js b/features/betterGuis/index.js index 1f76310..c931e50 100644 --- a/features/betterGuis/index.js +++ b/features/betterGuis/index.js @@ -149,6 +149,7 @@ class BetterGuis extends Feature { } guiSlotClicked(inventoryName, slotId){ + if(inventoryName.endsWith(" Sack")) return false switch(inventoryName){ case "SkyBlock Menu": switch(slotId){ |