mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Formatting -_-
This commit is contained in:
parent
b8cce988f8
commit
63e65744f1
@ -121,9 +121,7 @@ class QLoadoutEditor(QGroupBox):
|
||||
payloads = {
|
||||
"name": f"{self.flight.unit_type.dcs_unit_type.id}",
|
||||
"payloads": {
|
||||
1: DcsPayload.from_flight(
|
||||
self.flight, payload_name
|
||||
).to_dict(),
|
||||
1: DcsPayload.from_flight(self.flight, payload_name).to_dict(),
|
||||
},
|
||||
"unitType": f"{self.flight.unit_type.dcs_unit_type.id}",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user