The Witness: Bump Required Client Version to 0.6.0 (#4763)

The beta client releases already report this.
This commit is contained in:
NewSoupVi
2025-03-22 20:57:22 +01:00
committed by GitHub
parent 32be26c4d7
commit d78974ec59

View File

@@ -63,7 +63,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, 5, 1)
required_client_version = (0, 6, 0)
player_logic: WitnessPlayerLogic
player_locations: WitnessPlayerLocations