diff options
| author | Zach Parks <zach@alliware.com> | 2024-06-01 06:07:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-01 06:07:13 -0500 |
| commit | 50e452717500aaaa8ea056f127cc2c4b353c310a (patch) | |
| tree | 180b1900eeee68574d1c75e51accfe34674248e7 | |
| parent | 0095771ce091035e001e2ff8556e2656a0498338 (diff) | |
| download | lingo-apworld-50e452717500aaaa8ea056f127cc2c4b353c310a.tar.gz lingo-apworld-50e452717500aaaa8ea056f127cc2c4b353c310a.tar.bz2 lingo-apworld-50e452717500aaaa8ea056f127cc2c4b353c310a.zip | |
Core: Remove Universally Unique ID Requirements (Per-Game Data Packages) (#1933)
| -rw-r--r-- | __init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
| 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): | |||
| 37 | 37 | ||
| 38 | base_id = 444400 | 38 | base_id = 444400 |
| 39 | topology_present = True | 39 | topology_present = True |
| 40 | data_version = 1 | ||
| 41 | 40 | ||
| 42 | options_dataclass = LingoOptions | 41 | options_dataclass = LingoOptions |
| 43 | options: LingoOptions | 42 | options: LingoOptions |
