neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Fix returning GuildNotFound or PlayerNotFound Exception #89

Closed unpluggedsam closed 2 years ago

unpluggedsam commented 2 years ago

An exception would be thrown if either the Guild object or Player object returned null. Obviously, this would not work because the user will only make one API call at a time. This commit fixes that by asserting neither object returns true before throwing the error.