add ubers and building destruction in event filter

This commit is contained in:
Robin Appelman 2024-12-08 15:38:29 +01:00
commit 29d569b93b
6 changed files with 110 additions and 12 deletions

View file

@ -19,7 +19,7 @@ export function KillFeed(props: KillFeedProps) {
</ul>
}
const teamMap = {
export const teamMap = {
0: 'unknown',
2: 'red',
3: 'blue'