mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-03 10:14:10 +02:00
readme+cargo meta
This commit is contained in:
parent
eba1c81126
commit
a9302218cb
3 changed files with 17 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ impl EventHandler for HighestDamageHandler {
|
|||
}) = event
|
||||
{
|
||||
let damage = damage.get();
|
||||
// note that we leave the name empty for now to prevent needles cloning
|
||||
match &mut self.current {
|
||||
Some((_, current_damage)) if damage > *current_damage => {
|
||||
self.current = Some((subject, damage))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue