Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Dec 15, 2022
1 parent 10bd729 commit 9d8faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/smw/Levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, levelName: str, levelIDAddress: int, eventIDValue: int, exit1
#self.progressByte = progressByte # Inferred from EventIDValue: (ID / 8) + $1F02
#self.progressBit = progressBit # Inferred from EventIDValue: 1 << (7 - (ID % 8))
self.exit1Path = exit1Path
self.exit2Path = exit2Path
self.exit2Path = exit2Path


level_info_dict = {
Expand Down

0 comments on commit 9d8faec

Please sign in to comment.