From 3892a1f24f9cc631920050b9f0339b3e40ce8624 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 5 Feb 2022 19:11:43 +0800 Subject: add blood rush box --- features/hud/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'features/hud') diff --git a/features/hud/index.js b/features/hud/index.js index de37a64..9f83449 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -595,7 +595,6 @@ class Hud extends Feature { apiLoad(data, dataType, isSoopyServer, isLatest){ if(dataType === "skyblock" && !isSoopyServer){ - console.log(this.constructor.name) this.statApiLoadThingo(data) } if(!isSoopyServer || !isLatest) return -- cgit