Skip to content

Commit

Permalink
fix: always saying killstreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 18, 2023
1 parent db0a3be commit 5a7eed6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ eventHandler.registerEvent(`player:kill_streak`, {
heroName,
lng: dotaClient.client.locale,
}),
{ chattersKey: 'killstreak' },
)
}, 15000)
},
Expand Down

0 comments on commit 5a7eed6

Please sign in to comment.