Terraria: remove unused data
This commit is contained in:
parent
93c18cd9a7
commit
4141a50d8c
|
@ -339,6 +339,5 @@ class TerrariaWorld(World):
|
|||
return {
|
||||
"goal": list(self.goal_locations),
|
||||
"achievements": self.multiworld.achievements[self.player].value,
|
||||
"fill_extra_checks_with": self.multiworld.fill_extra_checks_with[self.player].value,
|
||||
"deathlink": bool(self.multiworld.death_link[self.player]),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue