LTTP: remove multiworld = None (#2290)
This commit is contained in:
@@ -14,3 +14,4 @@ class LTTPTestBase(unittest.TestCase):
|
||||
for name, option in AutoWorldRegister.world_types["A Link to the Past"].options_dataclass.type_hints.items():
|
||||
setattr(args, name, {1: option.from_any(getattr(option, "default"))})
|
||||
self.multiworld.set_options(args)
|
||||
self.world = self.multiworld.worlds[1]
|
||||
|
||||
Reference in New Issue
Block a user