diff options
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r-- | apworld/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index 6ac2926..9d7d149 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -182,3 +182,7 @@ class Lingo2World(World): | |||
182 | # returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough | 182 | # returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough |
183 | # we are using re_gen_passthrough over modifying the world here due to complexities with ER | 183 | # we are using re_gen_passthrough over modifying the world here due to complexities with ER |
184 | return slot_data | 184 | return slot_data |
185 | |||
186 | component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, | ||
187 | description="Open Lingo 2.") | ||
188 | components.append(component) | ||