aboutsummaryrefslogtreecommitdiff
path: root/features/cosmetics/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/cosmetics/index.js')
-rw-r--r--features/cosmetics/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/cosmetics/index.js b/features/cosmetics/index.js
index 6c832ef..dcac5e9 100644
--- a/features/cosmetics/index.js
+++ b/features/cosmetics/index.js
@@ -84,7 +84,7 @@ class Cosmetics extends Feature {
}
loadCosmeticsData() {
- fetch("http://soopymc.my.to/api/soopyv2/cosmetics.json").json(data => {
+ fetch("http://soopy.dev/api/soopyv2/cosmetics.json").json(data => {
this.cosmeticsData = data
this.playerHasACosmeticA = !!data[Player.getUUID().toString().replace(/-/g, "")]
if (this.playerHasACosmeticA && !this.postRenderEntityTrigger) {