The Witness: Bump Required Client Version (#3891)
The newest release of the Witness client connects with 0.5.1 https://github.com/NewSoupVi/The-Witness-Randomizer-for-Archipelago/releases/tag/7.0.0p10
This commit is contained in:
parent
4aab317665
commit
09c7f5f909
|
@ -61,7 +61,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, 5, 1)
|
||||
|
||||
player_logic: WitnessPlayerLogic
|
||||
player_locations: WitnessPlayerLocations
|
||||
|
|
Loading…
Reference in New Issue