Skip to content

Commit

Permalink
Merge pull request #83 from redraskal/fix/team-index
Browse files Browse the repository at this point in the history
fix: team index
  • Loading branch information
redraskal authored Feb 22, 2024
2 parents f1c8e04 + 7cb6734 commit 6a33396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dissect/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func readPlayer(r *Reader) error {
(r.Header.CodeVersion <= Y7S2 && strings.HasPrefix(p.Username, existing.Username)) {
r.Header.Players[i].ProfileID = p.ProfileID
r.Header.Players[i].Username = p.Username
r.Header.Players[i].TeamIndex = p.TeamIndex
r.Header.Players[i].Operator = p.Operator
r.Header.Players[i].Spawn = p.Spawn
r.Header.Players[i].DissectID = p.DissectID
Expand Down

0 comments on commit 6a33396

Please sign in to comment.