diff --git a/worlds/sc2/Locations.py b/worlds/sc2/Locations.py index 162f4fd3b063..65e0f25bdd60 100644 --- a/worlds/sc2/Locations.py +++ b/worlds/sc2/Locations.py @@ -34,7 +34,7 @@ class LocationData(NamedTuple): rule: Optional[Callable[[Any], bool]] = Location.access_rule -def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationInclusion]: +def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationType]: """ :param multiworld: