From 50e452717500aaaa8ea056f127cc2c4b353c310a Mon Sep 17 00:00:00 2001 From: Zach Parks Date: Sat, 1 Jun 2024 06:07:13 -0500 Subject: Core: Remove Universally Unique ID Requirements (Per-Game Data Packages) (#1933) --- __init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/__init__.py b/__init__.py index fa24fdc..302e7e1 100644 --- a/__init__.py +++ b/__init__.py @@ -37,7 +37,6 @@ class LingoWorld(World): base_id = 444400 topology_present = True - data_version = 1 options_dataclass = LingoOptions options: LingoOptions -- cgit 1.4.1