StatsHelix / demoinfo

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

Added MP5SD EquipmentElement, added MP5SD to MapEquipment. #148

Closed master117 closed 5 years ago

master117 commented 5 years ago

Added MP5SD EquipmentElement, added MP5SD to MapEquipment. Used Visual Studio Tabify on Events.cs.

Important line changes are 564 and 609, rest is auto tabify.

moritzuehling commented 5 years ago

Looks great, but I think you might need to also specialcase it here:

https://github.com/StatsHelix/demoinfo/blob/58f35de310273a4ff072092aa63f791f06e57614/DemoInfo/DemoParser.cs#L1064

master117 commented 5 years ago

Added a special case there, thanks for the headsup.

moritzuehling commented 5 years ago

Awesome, thanks!