Skip to content

Commit

Permalink
Update GauntletLegendsClient.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Aug 23, 2024
1 parent 831edcc commit 03b43ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/gl/GauntletLegendsClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ async def scout_locations(self, ctx: "GauntletLegendsContext") -> None:
"cmd": "LocationScouts",
"locations": [
location.id
for location in raw_locations
for location in [location for location in raw_locations if min(self.difficulty, max(self.glslotdata["max"], self.players)) >= location.difficulty]
],
"create_as_hint": 0,
},
Expand Down

0 comments on commit 03b43ff

Please sign in to comment.