Update hashes in spoiler

This commit is contained in:
2026-05-11 23:02:32 -05:00
parent c4687a3be6
commit b6f73ffda4

View File

@@ -3184,7 +3184,7 @@ class Spoiler(object):
'race': self.world.settings.world_rep['meta']['race'],
'user_notes': self.world.settings.world_rep['meta']['user_notes'],
'code': {p: Settings.make_code(self.world, p) for p in range(1, self.world.players + 1)},
'hashes': [{p: self.hashes[p, t] for p in range(1, self.world.players + 1)} for t in range(self.world.teams)],
'hash': {p: self.hashes[p, 0] for p in range(1, self.world.players + 1)}, # TODO: make this work for multiple teams
'seed': self.world.seed
}