diff options
Diffstat (limited to 'features/cosmetics')
-rw-r--r-- | features/cosmetics/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/cosmetics/index.js b/features/cosmetics/index.js index 1eb73d7..4803999 100644 --- a/features/cosmetics/index.js +++ b/features/cosmetics/index.js @@ -39,6 +39,7 @@ 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() }) |