Archipelago
Archipelago copied to clipboard
Bug: "create_as_hint = 2" can still report the same hint repeatedly
What happened?
If a location has already been checked, but you send a LocationScout for it with create_as_hint = 2, it is reported every time the LocationScout happens.
This seems like a potential oversight.
What were the expected results?
A hint originating from a LocationScout with create_as_hint = 2 should only be reported once (or in my opinion never if the location has already been checked)
Software
The Witness Randomizer for Archipelago (Which reports each scout-hint once per session/connect) ArchipelagoTextClient A 0.4.5 game running on archipelago.gg
For the record, yes, I know I can handle this client side (don't send a LocationScout with create_as_hint = 2 for an already checked location), and that's what I will do. Still seems like unintended behavior though.