Skip to content

Commit

Permalink
chore: remove 404'd request from dupe tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 5, 2024
1 parent 31d679c commit 3e64fd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ object DupeTracker : Tracker("duped_items") {

private fun ItemStack?.getUUID(): String? = ItemUtil.getExtraAttributes(this)?.getString("uuid")?.ifEmpty { null }

init {
/* init {
fixedRateTimer(name = "Skytils-FetchDupeData", period = 7 * 60 * 1000L) {
if (Utils.inSkyblock && Skytils.config.dupeTracker) {
Skytils.IO.launch {
Expand All @@ -202,7 +202,7 @@ object DupeTracker : Tracker("duped_items") {
}
}
}
}
}*/
}

@Serializable
Expand Down

0 comments on commit 3e64fd7

Please sign in to comment.