Skip to content

2021-September-15 - Prerelease - 2.6.385

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Sep 04:17
72feda7
Battle Calculator: Use GameData instead of History (#9601)

When dealing with game data in the battle calculator use GameData and
not a mix of GameData and History.  Note that we only use the GameData
passed in the show() method and do not use taFrame.getGame().getData()
as these two objects might differ.