Skip to content

Commit

Permalink
sc2: Properly sending victory cache size in slot_data
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Dec 20, 2024
1 parent 7ca1729 commit ff05585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/sc2/mission_order/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,8 @@ def get_slot_data(self) -> MissionSlotData:
return MissionSlotData(
self.mission.id,
[mission.mission.id for mission in self.prev],
self.entry_rule.to_slot_data()
self.entry_rule.to_slot_data(),
self.option_victory_cache,
)


Expand Down

0 comments on commit ff05585

Please sign in to comment.