mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix default cargo_ship name
This commit is contained in:
parent
b3f5afe36b
commit
227134d9c1
@ -200,7 +200,7 @@ class Faction:
|
||||
faction = Faction(
|
||||
locales=json.get("locales"),
|
||||
country=country,
|
||||
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Handy Wind")),
|
||||
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Bulker Handy Wind")),
|
||||
)
|
||||
|
||||
faction.name = json.get("name", "")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user