Skip to content

Commit

Permalink
fix: tool panics in Y9S4
Browse files Browse the repository at this point in the history
  • Loading branch information
redraskal committed Dec 4, 2024
1 parent 88baee1 commit e158eb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dissect/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ func (r *Reader) readHeader() (Header, error) {
return Header{}, err
}
currentPlayer.RolePortrait = n
default:
props[k] = v
}
}
_, lastProp = props["teamscore1"]
Expand Down

0 comments on commit e158eb3

Please sign in to comment.