fix: enable assists by default on highlights
record-daemon / Build, check and test (push) Failing after 13m50s

This commit is contained in:
2026-06-02 21:54:11 +02:00
parent 3592b86a94
commit 642ad3e13a
+1 -1
View File
@@ -755,7 +755,7 @@ export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = {
buffer_before: 10,
buffer_after: 3,
min_duration: 5,
included_types: ["kill", "death", "multi_kill", "trade_kill"],
included_types: ["kill", "death", "multi_kill", "trade_kill", "assist"],
merge_overlapping: true,
merge_gap_secs: 5,
};