Skip to content

Commit e5eef16

Browse files
committed
Merge branch 'add-otherdeath-event' of https://github.com/Falderebet/demoinfocs-golang into add-otherdeath-event
2 parents 08d6bb7 + 3dfd962 commit e5eef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/events/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ func (ru RankUpdate) SteamID64() uint64 {
510510
return common.ConvertSteamID32To64(uint32(ru.SteamID32))
511511
}
512512

513-
// OtherDeath signals that there has occured a death of something that is not a player.
513+
// OtherDeath signals that there has occurred a death of something that is not a player.
514514
// For example chickens.
515515
type OtherDeath struct {
516516
Killer *common.Player // May be nil

0 commit comments

Comments
 (0)