Skip to content

Commit

Permalink
Update BaseClasses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Aug 8, 2024
1 parent 2a00c37 commit 61f11de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseClasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def can_reach_region(self, spot: str, player: int) -> bool:
def sweep_for_events(self, locations: Optional[Iterable[Location]] = None) -> None:
logging.error("sweep_for_events has been renamed to sweep_for_advancements. The functionality is the same. "
"Please switch over to sweep_for_advancements.")
self.sweep_for_advancements(key_only, locations)
self.sweep_for_advancements(locations)

def sweep_for_advancements(self, locations: Optional[Iterable[Location]] = None) -> None:
if locations is None:
Expand Down

0 comments on commit 61f11de

Please sign in to comment.