Skip to content

2026-May-09 - 2.7.15523

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 May 04:17
0f7b9d4
Fix(capitals): return empty instead of throwing when no capital (#14375)

Updates method contract which already returns an optional, to
return an empty optional if there is no player capital found.
Previously an exception was thrown, which is odd, and all
callers are set up to deal with the empty optional.
The exception likely should have been previously removed.

Resolves #13623