Version 5.0.5
- Fixes a data validation issue with
SlpParser
where it doesn't account for non-1v1 games, since players can have null player info when they're already defeated. - Makes
SlpParser
data validation opt-in. When strict mode is enabled inSlpParser
it will error if it thinks the data that is being passed in is invalid.