Skip to content

2024-March-02 - 2.6.14657

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Mar 04:10
2ba8647
Fix placing ships with placement reqs during bid. (#12381)

BidPlaceDelegate was overriding getAllProducers() which was causing adjacent factory territories to be excluded (which breaks placement of ships with specific factory reqs). This doesn't seem necessary.

Also adds Nullable annotations to match what the code is expecting.