show destructions in kill feed

This commit is contained in:
Robin Appelman 2024-12-08 15:46:01 +01:00
commit 6d351a1aae
3 changed files with 51 additions and 19 deletions

View file

@ -225,7 +225,6 @@ export const Analyser = (props: AnalyseProps) => {
const players = () => parser.getPlayersAtTick(tick());
const buildings = () => parser.getBuildingsAtTick(tick());
const projectiles = () => parser.getProjectilesAtTick(tick());
const kills = parser.getKills();
const events = parser.getEvents();
const playButtonText = () => (playing()) ? '⏸' : '▶️';
const inShared = session && !session.isOwner();
@ -262,7 +261,7 @@ export const Analyser = (props: AnalyseProps) => {
inShared={inShared}
/>
<SpecHUD parser={parser} tick={tick()}
players={players()} kills={kills}/>
players={players()} events={events}/>
</div>
<div class="time-control"
title={timeTitle()}>