Skip to content

Commit

Permalink
Update worlds/witness/data/static_logic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
NewSoupVi and Exempt-Medic authored Dec 29, 2024
1 parent 84ecc86 commit 743b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/data/static_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def read_logic_file(self, lines: List[str]) -> None:
"entityType": location_id,
"locationType": None,
"area": current_area,
"order": len(self.ENTITIES_BY_HEX)
"order": len(self.ENTITIES_BY_HEX),
}

self.ENTITIES_BY_NAME[self.ENTITIES_BY_HEX[entity_hex]["checkName"]] = self.ENTITIES_BY_HEX[entity_hex]
Expand Down

0 comments on commit 743b49b

Please sign in to comment.