diff options
| author | Soopyboo32 <adam.kemish@gmail.com> | 2022-01-01 15:01:37 +0800 |
|---|---|---|
| committer | Soopyboo32 <adam.kemish@gmail.com> | 2022-01-01 15:01:37 +0800 |
| commit | 3b5ef4996a71209208b2d92ab91980100da1428d (patch) | |
| tree | 752108cf40d8c41a1625c42db3a5e0c7a1ec9186 /features/cosmetics | |
| parent | 66b356e8fdb1866293729d6404001facc2820832 (diff) | |
| download | SoopyV2-3b5ef4996a71209208b2d92ab91980100da1428d.tar.gz SoopyV2-3b5ef4996a71209208b2d92ab91980100da1428d.tar.bz2 SoopyV2-3b5ef4996a71209208b2d92ab91980100da1428d.zip | |
+ add leaderboard to networth gui
+ add buttons to webite version of avalible features
Diffstat (limited to 'features/cosmetics')
| -rw-r--r-- | features/cosmetics/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
