Let's make sure solo rulesets work too (#95694)

This commit is contained in:
MrMelbert
2026-04-09 17:53:11 -05:00
committed by GitHub
parent a3bb636bc1
commit fbfacd2792
@@ -278,7 +278,7 @@ SUBSYSTEM_DEF(dynamic)
log_dynamic("Roundstart: Ruleset [picked_ruleset.config_tag] (Chance: [round(rulesets_weighted[picked_ruleset] / total_weight * 100, 0.01)]%)")
if(picked_ruleset.solo)
log_dynamic("Roundstart: Ruleset is a solo ruleset. Cancelling other picks.")
QDEL_LIST(picked_rulesets)
picked_rulesets.Cut()
rulesets_weighted -= picked_ruleset
picked_rulesets += picked_ruleset.type
break