From d78974ec595d5927827c6fa5964bcc769947fdfc Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:57:22 +0100 Subject: [PATCH] The Witness: Bump Required Client Version to 0.6.0 (#4763) The beta client releases already report this. --- worlds/witness/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/__init__.py b/worlds/witness/__init__.py index 80ef996a..b2e91c7c 100644 --- a/worlds/witness/__init__.py +++ b/worlds/witness/__init__.py @@ -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