project-slippi / slippi-js

Parse slp files and compute stats
GNU Lesser General Public License v3.0
148 stars 79 forks source link

Revert "Doubles Stats (#54)" #71

Closed vinceau closed 3 years ago

vinceau commented 3 years ago

This reverts commit 3de9791b4d1bf5497f085da353366c65daf4d221.

The doubles statistics requires the lastHitBy value to be correct but under certain circumstances (presumable when a character is pummelling a grounded opponent) the lastHitBy value is incorrect (reports player ID 6). Until this is fixed, the statistics are going to be incorrect and the associated tests will fail. So we revert the double stats for now.