mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Updated database with Chinook
This commit is contained in:
@@ -40,7 +40,8 @@ if len(sys.argv) > 1:
|
||||
"shortLabel": unit.livery_name if hasattr(unit, "livery_name") else unit.name,
|
||||
"type": unit.__qualname__.split(".")[0],
|
||||
"enabled": False,
|
||||
"liveries": {}
|
||||
"liveries": {},
|
||||
"category": sys.argv[1]
|
||||
}
|
||||
print("Added missing unit " + unit.id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user