From 66d594e95ba89983032026a385d9dfa9117d95a1 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Sun, 6 Nov 2022 21:26:56 +0100 Subject: [PATCH] The Witness: Add required client version (#1212) Co-authored-by: metzner --- worlds/witness/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/witness/__init__.py b/worlds/witness/__init__.py index 758870a2..4f8d0b4b 100644 --- a/worlds/witness/__init__.py +++ b/worlds/witness/__init__.py @@ -52,6 +52,8 @@ class WitnessWorld(World): location_name_to_id = StaticWitnessLocations.ALL_LOCATIONS_TO_ID item_name_groups = StaticWitnessItems.ITEM_NAME_GROUPS + required_client_version = (0, 3, 6) + def _get_slot_data(self): return { 'seed': self.multiworld.random.randint(0, 1000000),