diff options
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 4803999..1eb73d7 100644 --- a/features/cosmetics/index.js +++ b/features/cosmetics/index.js @@ -39,7 +39,6 @@ class Cosmetics extends Feature { this.registerEvent("playerLeft", this.playerLeft) this.registerEvent("worldLoad", this.worldLoad) this.registerStep(false, 5, this.step) - this.registerStep(false, 1, this.step1) this.registerStep(false, 60*10, ()=>{ new Thread(()=>{this.loadCosmeticsData.call(this)}).start() }) |