Skip to content

Commit

Permalink
Report that 0.4.2 clients are imcompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 5, 2023
1 parent f92a7c1 commit 634dd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2wol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SC2WoLWorld(World):
mission_req_table = {}
final_mission_id: int
victory_item: str
required_client_version = 0, 3, 6
required_client_version = 0, 4, 3

def __init__(self, multiworld: MultiWorld, player: int):
super(SC2WoLWorld, self).__init__(multiworld, player)
Expand Down

0 comments on commit 634dd82

Please sign in to comment.