Skip to content

Commit

Permalink
The Witness: Fix... I don't know how to explain this one (#2920)
Browse files Browse the repository at this point in the history
```            
for hint in generated_hints:
    hint = generated_hints.pop(0)
```

lmao
  • Loading branch information
NewSoupVi authored Mar 8, 2024
1 parent 3e3b4c6 commit 3c4ebb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def fill_slot_data(self) -> dict:
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):
Expand Down

0 comments on commit 3c4ebb2

Please sign in to comment.