Sm/slot data ()

This commit is contained in:
lordlou 2022-03-02 13:41:03 -05:00 committed by GitHub
parent 3b68c6902c
commit 2c3e3f0d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
worlds/sm

View File

@ -463,8 +463,8 @@ class SMWorld(World):
slot_data["Preset"] = { "Knows": {},
"Settings": {"hardRooms": Settings.SettingsDict[self.player].hardRooms,
"hardRooms": Settings.SettingsDict[self.player].bossesDifficulty,
"hardRooms": Settings.SettingsDict[self.player].hellRuns},
"bossesDifficulty": Settings.SettingsDict[self.player].bossesDifficulty,
"hellRuns": Settings.SettingsDict[self.player].hellRuns},
"Controller": Controller.ControllerDict[self.player].__dict__}
for knows in Knows.__dict__: