The Witness: Fix... I don't know how to explain this one (#2920)
``` for hint in generated_hints: hint = generated_hints.pop(0) ``` lmao
This commit is contained in:
parent
3e3b4c6732
commit
3c4ebb2114
|
@ -306,7 +306,6 @@ class WitnessWorld(World):
|
||||||
duplicates = min(3, len(audio_logs) // hint_amount)
|
duplicates = min(3, len(audio_logs) // hint_amount)
|
||||||
|
|
||||||
for hint in generated_hints:
|
for hint in generated_hints:
|
||||||
hint = generated_hints.pop(0)
|
|
||||||
compact_hint_data = make_compact_hint_data(hint, self.player)
|
compact_hint_data = make_compact_hint_data(hint, self.player)
|
||||||
|
|
||||||
for _ in range(0, duplicates):
|
for _ in range(0, duplicates):
|
||||||
|
|
Loading…
Reference in New Issue