From 74dea92c426b91bb5520122d4dccc64fd6e46d1c Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 2 Jan 2022 12:48:21 +0800 Subject: asd? --- features/cosmetics/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'features/cosmetics') diff --git a/features/cosmetics/index.js b/features/cosmetics/index.js index 1eb6ff8..4f1964c 100644 --- a/features/cosmetics/index.js +++ b/features/cosmetics/index.js @@ -123,7 +123,6 @@ class Cosmetics extends Feature { step(){ this.scanForNewCosmetics() - console.log(this.loadedCosmetics.length) } scanForNewCosmetics(){ this.loadCosmeticsForPlayer(Player) -- cgit