Add debug command to dump aircraft priorities.

https://github.com/dcs-liberation/dcs_liberation/issues/2809
This commit is contained in:
Dan Albert
2023-04-26 20:03:07 -07:00
committed by Raffson
parent 016a9b5762
commit 9ebbe11d83
8 changed files with 69 additions and 16 deletions

View File

@@ -122,7 +122,7 @@ def main() -> None:
"the first run configuration."
)
inject_custom_payloads(Path(persistency.base_path()))
inject_custom_payloads(persistency.base_path())
if args.aircraft_id is None:
show_all_aircraft(args.task)