We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa569f2 + fde87ba commit 9acd5a1Copy full SHA for 9acd5a1
src/ManualClient.py
@@ -307,6 +307,7 @@ def update_hints(self):
307
if hint["finding_player"] == self.ctx.slot:
308
if hint["location"] in self.ctx.missing_locations:
309
location = self.ctx.get_location_by_id(hint["location"])
310
+ location["category"] = location.get("category", [])
311
if "(Hinted)" not in location["category"]:
312
location["category"].append("(Hinted)")
313
rebuild = True
0 commit comments