diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-10 15:09:31 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-10 15:09:31 +0800 |
commit | e395faaf3db958bcab87d91936a5585ad9a572c3 (patch) | |
tree | 0dcca32ca46f98ca4e116d2320e26de98e49f64e /features/cosmetics/index.js | |
parent | db4d8928b7b6d09bc599d35294f9622371f6f9ea (diff) | |
download | SoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.tar.gz SoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.tar.bz2 SoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.zip |
- Add back /dung and /warp dung commands
- Make current pet and soulflow overlay use a default text when editing location to avoid it dissapearing
- Fixed sometimes pages in /soopyv2 sometimes not appearing
- Added /soopy (as alias for /soopyv2)
Diffstat (limited to 'features/cosmetics/index.js')
-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() }) |