Skip to content

Commit c065873

Browse files
committed
update comment
1 parent a45718d commit c065873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/game_events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func newGameEventHandler(parser *parser, ignoreBombsiteIndexNotFound bool) gameE
210210
"item_pickup_slerp": nil, // Not sure, only in locally recorded (POV) demos
211211
"item_remove": geh.itemRemove, // Dropped?
212212
"jointeam_failed": nil, // Dunno, only in locally recorded (POV) demos
213-
"other_death": geh.otherDeath, // Dunno
213+
"other_death": geh.otherDeath, // Other deaths, like chickens.
214214
"player_blind": delay(geh.playerBlind), // Player got blinded by a flash. Delayed because Player.FlashDuration hasn't been updated yet
215215
"player_changename": nil, // Name change
216216
"player_connect": geh.playerConnect, // Bot connected or player reconnected, players normally come in via string tables & data tables

0 commit comments

Comments
 (0)