aboutsummaryrefslogtreecommitdiff
path: root/features/networthGUI/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-03-27 21:48:59 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-03-27 21:48:59 +0800
commit58c6efd5ee94d8daf3a2bd19426de466d454b690 (patch)
treedc8158e37c9cdbdb54d5f80f70d3cdde8fb3c734 /features/networthGUI/index.js
parentaa2a8cc4dff60c19e17383daf76370a8b6aa4c79 (diff)
downloadSoopyV2-58c6efd5ee94d8daf3a2bd19426de466d454b690.tar.gz
SoopyV2-58c6efd5ee94d8daf3a2bd19426de466d454b690.tar.bz2
SoopyV2-58c6efd5ee94d8daf3a2bd19426de466d454b690.zip
fix networth gui loading data + fix bug with syncronus api loading
Diffstat (limited to 'features/networthGUI/index.js')
-rw-r--r--features/networthGUI/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/networthGUI/index.js b/features/networthGUI/index.js
index 90033e9..4e4b527 100644
--- a/features/networthGUI/index.js
+++ b/features/networthGUI/index.js
@@ -130,7 +130,7 @@ class NetworthPage extends GuiPage {
return
}
- fetch("http://soopymc.my.to/api/v2/player_skyblock/" + playerData.data.uuid + "?items").json(skyblockData=>{
+ fetch("http://soopymc.my.to/api/v2/player_skyblock/" + playerData.data.uuid).json(skyblockData=>{
if(player !== this.playerLoad) return