mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Tuples require a comma after a single item.
This commit is contained in:
parent
7085bce6d4
commit
d35faf15d7
@ -1034,10 +1034,10 @@ EXPANDED_TASK_PAYLOAD_OVERRIDE = {
|
||||
"BARCAP": ("CAP HEAVY", "CAP"),
|
||||
"CAS": ("CAS MAVERICK F", "CAS"),
|
||||
"INTERCEPTION": ("CAP HEAVY", "CAP"),
|
||||
"STRIKE": ("STRIKE"),
|
||||
"ANTISHIP": ("ANTISHIP"),
|
||||
"SEAD": ("SEAD"),
|
||||
"DEAD": ("SEAD"),
|
||||
"STRIKE": ("STRIKE",),
|
||||
"ANTISHIP": ("ANTISHIP",),
|
||||
"SEAD": ("SEAD",),
|
||||
"DEAD": ("SEAD",),
|
||||
"ESCORT": ("CAP HEAVY", "CAP"),
|
||||
"BAI": ( "BAI", "CAS MAVERICK F", "CAS"),
|
||||
"SWEEP": ("CAP HEAVY", "CAP"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user