diff options
Diffstat (limited to 'features')
-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 = [] |