Skip to content

Commit

Permalink
required client version
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed May 14, 2024
1 parent 1016cc0 commit 334c2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class WitnessWorld(World):
item_name_groups = static_witness_items.ITEM_GROUPS
location_name_groups = static_witness_locations.AREA_LOCATION_GROUPS

required_client_version = (0, 4, 5)
required_client_version = (0, 4, 7)

player_logic: WitnessPlayerLogic
player_locations: WitnessPlayerLocations
Expand Down

0 comments on commit 334c2b0

Please sign in to comment.