From 4d22fe2ac6e32fff0044062a1cb5f94fc250a36b Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 26 Jun 2022 19:28:58 +0800 Subject: + remove debug --- features/dungeonSolvers/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'features/dungeonSolvers/index.js') 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 { -- cgit