Skip to content

2026-May-10 - 2.7.15536

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 May 00:44
a00d982
Fix neutral player order in sidebar Players/Resources tabs (#14420)

Sidebar tabs sorted players via PlayerOrderComparator, which placed
optional/neutral players (e.g. Brazil, Spain, Sweden, Turkey in TWW)
at the bottom regardless of XML order. Use PlayerList.getPlayers()
directly so the sidebar matches the start screen's ordering.

Fixes #12849