Color code names in round event log

This commit is contained in:
Lol3rrr
2024-10-15 23:45:00 +02:00
parent 3af51d2b20
commit 2f29c9ea67
3 changed files with 27 additions and 7 deletions

View File

@@ -455,6 +455,7 @@ async fn perround(
.map(|dteam| common::demo_analysis::PerRoundTeam {
name: dteam.start_name,
number: dteam.team as u32,
players: players.iter().filter(|p| p.team == dteam.team).map(|p| p.name.clone()).collect(),
})
.collect();