From db4d8928b7b6d09bc599d35294f9622371f6f9ea Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 10 Dec 2021 12:34:35 +0800 Subject: add dung command --- features/cosmetics/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/cosmetics') 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() }) -- cgit