One more fix for the road...
This commit is contained in:
@@ -3187,7 +3187,7 @@ class Spoiler(object):
|
|||||||
'seed': self.world.seed
|
'seed': self.world.seed
|
||||||
}
|
}
|
||||||
if self.hashes:
|
if self.hashes:
|
||||||
self.metadata['hashes'] = {p: self.hashes[p, 0] for p in range(1, self.world.players + 1)} # TODO: make this work for multiple teams
|
self.metadata['hash'] = {p: self.hashes[p, 0] for p in range(1, self.world.players + 1)} # TODO: make this work for multiple teams
|
||||||
|
|
||||||
for p in range(1, self.world.players + 1):
|
for p in range(1, self.world.players + 1):
|
||||||
from ItemList import set_default_triforce
|
from ItemList import set_default_triforce
|
||||||
|
|||||||
Reference in New Issue
Block a user