From 1b40181e13109519fca8eed462cdf850f004eed8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:36:33 +0800 Subject: blood camp assist + metadata update --- features/cosmetics/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/cosmetics') 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() }) -- cgit