Skip to content

Commit

Permalink
Merge 'Remove unused instance variable World.shuffle' (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zannick committed Sep 25, 2021
2 parents be0abfc + a778b6f commit 3a7a4b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion World.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class World(object):

def __init__(self, id, settings, resolveRandomizedSettings=True):
self.id = id
self.shuffle = 'vanilla'
self.dungeons = []
self.regions = []
self.itempool = []
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.0.111 f.LUM'
__version__ = '6.0.112 f.LUM'

0 comments on commit 3a7a4b7

Please sign in to comment.