fix: enable assists by default on highlights
record-daemon / Build, check and test (push) Failing after 13m50s
record-daemon / Build, check and test (push) Failing after 13m50s
This commit is contained in:
@@ -755,7 +755,7 @@ export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = {
|
|||||||
buffer_before: 10,
|
buffer_before: 10,
|
||||||
buffer_after: 3,
|
buffer_after: 3,
|
||||||
min_duration: 5,
|
min_duration: 5,
|
||||||
included_types: ["kill", "death", "multi_kill", "trade_kill"],
|
included_types: ["kill", "death", "multi_kill", "trade_kill", "assist"],
|
||||||
merge_overlapping: true,
|
merge_overlapping: true,
|
||||||
merge_gap_secs: 5,
|
merge_gap_secs: 5,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user