diff --git a/src/routes/getSkipSegments.ts b/src/routes/getSkipSegments.ts index 827b3c6..91274fe 100644 --- a/src/routes/getSkipSegments.ts +++ b/src/routes/getSkipSegments.ts @@ -204,7 +204,7 @@ function getWeightedRandomChoice(choices: T[], amountOf // Nothing to filter for if (amountOfChoices >= choicesWithWeights.length) { - return choices; + return [...forceIncludedChoices, ...filteredChoices]; } //iterate and find amountOfChoices choices