Dev Vora
Results
2
issues of
Dev Vora
If you take a participant from a match and try to retrieve their role/lane from their stats, it won't work (even though it's available to use in the ParticipantStatsData). A...
If you run the `is_remake()` function on a match, there is no such field of `endedInEarlySurrender`. In `cassiopeia/core/match.py/Match` on line 1777: ``` @property def is_remake(self) -> bool: return self._data[MatchData].endedInEarlySurrender or...