HypixelDev / PublicAPI

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

BIN boolean value missing from non-BIN auctions #503

Closed csjh closed 2 years ago

csjh commented 2 years ago

Just a minor thing but it would be nice if you added a "bin": False to non-BIN auctions for consistency sake. At the moment, there's only "bin": True.

Ekwav commented 2 years ago

Seems like this is the case now. NotEnoughCoins had issues with it existing.

ConnorLinfoot commented 2 years ago

Yeah, this has now been changed to always include the boolean. I did hope people weren't relying on the field solely existing but anyone who is doing so will need to change it to check the boolean now.