Skip to content

Commit

Permalink
SMW: Increment Required Client Version (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone authored Mar 15, 2024
1 parent 9efc7ba commit 8a8263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/smw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SMWWorld(World):
options: SMWOptions

topology_present = False
required_client_version = (0, 4, 4)
required_client_version = (0, 4, 5)

item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = all_locations
Expand Down

0 comments on commit 8a8263f

Please sign in to comment.