Remove duplicate code...

Like... how did I miss this -_-
This commit is contained in:
Raffson 2024-02-17 17:41:56 +01:00
parent 47531cd9fa
commit 6e4d1e9e5c
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -141,11 +141,6 @@ class Builder(FormationAttackBuilder[AirAssaultFlightPlan, AirAssaultLayout]):
self.package.target,
)
assault_area = builder.assault_area(self.package.target)
if self.flight.is_hercules:
assault_area.only_for_player = False
assault_area.alt = feet(1000)
assault_area = builder.assault_area(self.package.target)
if self.flight.is_hercules:
assault_area.only_for_player = False