Read squadrons from SavedGames/DCS/Retribution

This commit is contained in:
Raffson 2023-02-12 17:44:25 +01:00
parent 4f9a250a9e
commit 12ff6679e4
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -22,7 +22,7 @@ class SquadronDefLoader:
def squadron_directories() -> Iterator[Path]:
from game import persistency
yield Path(persistency.base_path()) / "Liberation/Squadrons"
yield Path(persistency.base_path()) / "Retribution/Squadrons"
yield Path("resources/squadrons")
def load(self) -> dict[AircraftType, list[SquadronDef]]: