diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-08 18:46:34 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-08 18:46:34 +0800 |
commit | 876a62b421c57ebf93024c6659f687e14b8c3d37 (patch) | |
tree | 2d2b26e7108ee4eaed1e9015730aabf29d4d9bba /features/globalSettings | |
parent | 4aa9741c0ae9fa9e8199b697e4af8bec9d3e7db1 (diff) | |
download | SoopyV2-876a62b421c57ebf93024c6659f687e14b8c3d37.tar.gz SoopyV2-876a62b421c57ebf93024c6659f687e14b8c3d37.tar.bz2 SoopyV2-876a62b421c57ebf93024c6659f687e14b8c3d37.zip |
fire freeze timer
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index 12ff4c3..1c1381a 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -46,7 +46,7 @@ class GlobalSettings extends Feature { // this.reportErrorsSetting = new ToggleSetting("Send module errors to soopy server", "This will allow me to more effectivly fix them", false, "privacy_send_errors", this) - this.hideFallingBlocks = new ToggleSetting("Hide falling blocks", "NOTE: this may cause more lag because of render entity event", false, "hide_falling_sand", this) + this.hideFallingBlocks = new ToggleSetting("Hide falling blocks", "NOTE: This setting is a bit laggy", false, "hide_falling_sand", this) this.twitchCommands = new ToggleSetting("Ingame twitch bot commands", "Allows u to use twitch bot commands ingame (eg -sa)", true, "twitch_commands_ingame", this) this.itemWorth = new ToggleSetting("(Approximate) Item worth in lore", "Accounts for stuff like enchants/recombs ect", false, "item_worth", this) |