SMW: Increment Required Client Version (#2962)

This commit is contained in:
PoryGone 2024-03-15 13:02:25 -04:00 committed by GitHub
parent 9efc7bae40
commit 8a8263fa61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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