Skip to content

Commit

Permalink
Update to 0.1.63 from 'dev' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KSneijders committed Mar 11, 2024
2 parents 2209694 + 6500815 commit a00ad66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AoE2ScenarioParser/objects/managers/player_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PlayerManager(AoE2Object):
RetrieverObjectLink("_string_table_player_names", link="string_table_player_names"),
RetrieverObjectLink("_metadata", link="player_data_1", process_as_object=PlayerMetaData),
RetrieverObjectLink("_lock_civilizations", link="per_player_lock_civilization"),
RetrieverObjectLink("_lock_personalities", link="per_player_lock_personality"),
RetrieverObjectLink("_lock_personalities", link="per_player_lock_personality", support=Support(since=1.53)),
]),

RetrieverObjectLink("_resources", "PlayerDataTwo", "resources", process_as_object=PlayerResources),
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## 0.1.63 - 2024-March-12

### Fixed

- Error on reading non-pup scenarios (since `v0.1.62`)

---

## 0.1.62 - 2024-March-06

### Added
Expand Down

0 comments on commit a00ad66

Please sign in to comment.