Skip to content

Commit 5d86410

Browse files
PoryGoneEmilyV99
authored andcommitted
SMW: Increment Required Client Version (ArchipelagoMW#2962)
1 parent 97bb072 commit 5d86410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/smw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SMWWorld(World):
5858
options: SMWOptions
5959

6060
topology_present = False
61-
required_client_version = (0, 4, 4)
61+
required_client_version = (0, 4, 5)
6262

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

0 commit comments

Comments
 (0)