diff --git a/worlds/sm/__init__.py b/worlds/sm/__init__.py index e6ba34174591..faccbe1fbf4d 100644 --- a/worlds/sm/__init__.py +++ b/worlds/sm/__init__.py @@ -463,8 +463,8 @@ def fill_slot_data(self): 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__: