Skip to content

Commit

Permalink
Bump data_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehseezed committed Mar 14, 2024
1 parent cacae9c commit d3ee4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/am2r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AM2RWorld(World):
location_name_to_id = {location.name: location.code for location in get_location_datas(None, None)}

item_name_groups = items.item_name_groups
data_version = 0
data_version = 1

def fill_slot_data(self) -> Dict[str, object]:
return {name: getattr(self.multiworld, name)[self.player].value for name in self.option_definitions}
Expand Down

0 comments on commit d3ee4cb

Please sign in to comment.