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:
NewSoupVi 2024-03-09 00:03:02 +01:00 committed by GitHub
parent 3e3b4c6732
commit 3c4ebb2114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ class WitnessWorld(World):
duplicates = min(3, len(audio_logs) // hint_amount)
for hint in generated_hints:
hint = generated_hints.pop(0)
compact_hint_data = make_compact_hint_data(hint, self.player)
for _ in range(0, duplicates):