diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 19:31:14 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 19:31:14 +0800 |
commit | 4ce106d9ffdf73c80568e9daca8613297b4708bb (patch) | |
tree | 4410ae0237fdb131012f9c51e3397d408e87df9e /features/events/index.js | |
parent | 6290933b070556ddee12c870da6bf8527e5bfac5 (diff) | |
download | SoopyV2-4ce106d9ffdf73c80568e9daca8613297b4708bb.tar.gz SoopyV2-4ce106d9ffdf73c80568e9daca8613297b4708bb.tar.bz2 SoopyV2-4ce106d9ffdf73c80568e9daca8613297b4708bb.zip |
+ make show other's inquis require load from particles
Diffstat (limited to 'features/events/index.js')
-rw-r--r-- | features/events/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/events/index.js b/features/events/index.js index 2ed8003..f21a068 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -59,8 +59,8 @@ class Events extends Feature { ChatLib.command("togglemusic") }, false).requires(this.showBurrialGuess) - this.otherInquisWaypoints = new ToggleSetting("Show other users inquis locations", "May be usefull for loot share", true, "inquis_location_other", this) - this.otherInquisPing = new ToggleSetting("Show cool title when someone's inquis spawned", "May be usefull for loot share", true, "inquis_ping_other", this) + this.otherInquisWaypoints = new ToggleSetting("Show other users inquis locations", "May be usefull for loot share", true, "inquis_location_other", this).requires(this.loadFromParticles) + this.otherInquisPing = new ToggleSetting("Show cool title when someone's inquis spawned", "May be usefull for loot share", true, "inquis_ping_other", this).requires(this.loadFromParticles) this.shinyBlocks = [] |