EpicKitten / PUBGLibrary

A C# API and Replay library
GNU General Public License v3.0
14 stars 5 forks source link

Unknown enum case LogSwimStart #12

Open LeeBlignaut opened 6 years ago

LeeBlignaut commented 6 years ago

Getting an error when running APIRequest matchRequest = pubgapi.RequestMatch(matchId, region)

System.Exception Message=Unknown enum case LogSwimStart

Think its because the PUBG devs updated the API.

EpicKitten commented 6 years ago

They did, I haven't had the time to change the code but I'm always taking Pull Requests