HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 151 forks source link

[Skyblock] last_save not updating #596

Closed Soopyboo32 closed 1 year ago

Soopyboo32 commented 1 year ago

Profiles last_save data in skyblock/profiles -> profiles[profile].last_save is not updating eg my current profile has a last_save of 14 days ago (as of time of writing this) when it should be ~5mins ago

(i am talking about profile based last_save, not the one in profiles[profile].members[member].last_save as profilemember based last_save was removed)

ConnorLinfoot commented 1 year ago

This field was added to assist with the recent migration of the profile storage system, and since then we stopped updating it as profiles were split out from other data and we no longer needed to track this. This field has now been removed.