Skip to content

Commit

Permalink
Remove useless request for NPC sell prices
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jul 3, 2023
1 parent d7dc0a2 commit 997b0a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/kotlin/gg/skytils/skytilsmod/core/DataFetcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ object DataFetcher {
}
}
}
client.get("https://${domain}/api/auctions/npcprices").body<Map<String, Double>>().apply {
Utils.checkThreadAndQueue {
ItemFeatures.sellPrices.clear()
ItemFeatures.sellPrices.putAll(this)
}
}
client.get("${dataUrl}constants/slayerhealth.json").body<Map<String, HashMap<String, Int>>>().apply {
Utils.checkThreadAndQueue {
SlayerFeatures.BossHealths.clear()
Expand Down

0 comments on commit 997b0a8

Please sign in to comment.