diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-26 19:28:58 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-26 19:28:58 +0800 |
commit | 4d22fe2ac6e32fff0044062a1cb5f94fc250a36b (patch) | |
tree | ebc2596b852c81803038ca036017dfaa3b736537 /features/dungeonSolvers | |
parent | 86c7489e9e654a6b95770822890a43dcdaa7a0c7 (diff) | |
download | SoopyV2-4d22fe2ac6e32fff0044062a1cb5f94fc250a36b.tar.gz SoopyV2-4d22fe2ac6e32fff0044062a1cb5f94fc250a36b.tar.bz2 SoopyV2-4d22fe2ac6e32fff0044062a1cb5f94fc250a36b.zip |
+ remove debug
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index 88c4a54..0e8691c 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -797,7 +797,6 @@ class DungeonSolvers extends Feature { } step() { - ChatLib.chat(this.inBoss) if (this.bearSpawning && this.bearSpawning > 0) { this.spiritBearSpawnElement.setText("&dBear spawned in: &c" + (Math.max(0, this.bearSpawning - Date.now()) / 1000).toFixed(2) + "s"); } else { |