HypixelDev / PublicAPI

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

Added Wool Wars to GameType Enum #546

Closed JariRoossien closed 2 years ago

JariRoossien commented 2 years ago

Due to release of Wool Wars, the API throws an error when requesting due to unable to find Wool Wars. Updated the Enum to fix the parsing.

TheNullicorn commented 2 years ago

Is the ID confirmed to be 68? If not, make sure that's double-checked before merging.

mdashlw commented 2 years ago

the id is 68

JariRoossien commented 2 years ago

Is the ID confirmed to be 68? If not, make sure that's double-checked before merging.

I used the names and Id from the /resource/games endpoint.

"WOOL_GAMES":{"databaseName":"WoolGames","name":"Wool Wars","id":68}