Skip to content

Commit

Permalink
fix: team index
Browse files Browse the repository at this point in the history
  • Loading branch information
redraskal committed Feb 22, 2024
1 parent f1c8e04 commit 7cb6734
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 7cb6734

Please sign in to comment.