Skip to content

Commit

Permalink
Fixed list monitor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RexScratch committed Mar 17, 2019
1 parent f090951 commit a6963cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sb3tosb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ def addMonitor(self, m):
else:
if m['spriteName'] not in self.lists:
self.lists[m['spriteName']] = {}
self.lists[m['spriteName']][monitor['listName']] = listData
self.lists[m['spriteName']][monitor['listName']] = listData

else:

Expand Down

0 comments on commit a6963cf

Please sign in to comment.