diff options
Diffstat (limited to 'features/cosmetics')
-rw-r--r-- | features/cosmetics/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/cosmetics/index.js b/features/cosmetics/index.js index 0a81209..4abab93 100644 --- a/features/cosmetics/index.js +++ b/features/cosmetics/index.js @@ -47,7 +47,7 @@ class Cosmetics extends Feature { this.registerEvent("playerJoined", this.playerJoined) this.registerEvent("playerLeft", this.playerLeft) this.registerEvent("worldLoad", this.worldLoad) - this.registerStep(false, 5, this.step) + this.registerStep(false, 2, this.step) this.registerStep(false, 60*10, ()=>{ new Thread(()=>{this.loadCosmeticsData.call(this)}).start() }) |