mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed lint issue
This commit is contained in:
parent
2d5e827417
commit
1192d26448
@ -68,7 +68,8 @@ class MizDataLocationFinder:
|
|||||||
for vehicle_group in m.country("Iran").vehicle_group:
|
for vehicle_group in m.country("Iran").vehicle_group:
|
||||||
if (
|
if (
|
||||||
len(vehicle_group.units) > 0
|
len(vehicle_group.units) > 0
|
||||||
and vehicle_group.units[0].type == MissilesSS.AShM_SS_N_2_Silkworm.id
|
and vehicle_group.units[0].type
|
||||||
|
== MissilesSS.AShM_SS_N_2_Silkworm.id
|
||||||
):
|
):
|
||||||
antiship_locations.append(
|
antiship_locations.append(
|
||||||
PresetLocation(
|
PresetLocation(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user