StatsHelix / demoinfo

A library to analyze CS:GO demos in C#
MIT License
321 stars 78 forks source link

Ensure that the weapon in the fire event is not null #128

Closed maxmeijer42 closed 6 years ago

maxmeijer42 commented 6 years ago

This happens if the player has no active weapon at the time of the fire event which is weird but it would make sense to fall back on the weapon value in the fire event.

Closes #127