bloody-green-tea / pubgapi

Java Wrapper for the PUBG API
GNU General Public License v3.0
8 stars 7 forks source link

Crash on new HotDrop mode "landmark" #16

Closed JoKrus closed 1 week ago

JoKrus commented 1 week ago

API crashes when trying to retrieve a new HotDrop match ("landmark") since it cant assign a value to the GameMode enum from there.

Probably a fix similar to the Map fix with the default UNKNOWN enum could be applied (#14)

bloody-green-tea commented 1 week ago

Work in progress