martinsileno / pubg-typescript-api

TypeScript wrapper on official PUBG API.
MIT License
12 stars 9 forks source link

Fix parsing telemetry data crash due to unexpected undefined values #10

Closed martinsileno closed 6 years ago

martinsileno commented 6 years ago

PlayerAttack: vehicle can be null PlayerTakeDamage: attacker can be null

martinsileno commented 6 years ago

Fixes #9