mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
hotfix: attack plane/helo flightgroup var accessed without declaration
This commit is contained in:
parent
58bdc17b00
commit
c6462073c9
@ -631,7 +631,7 @@ class RotorOpsMission:
|
||||
else:
|
||||
return
|
||||
|
||||
if source_helo:
|
||||
if source_helo and afg:
|
||||
for unit in afg.units:
|
||||
unit.pylons = source_helo.pylons
|
||||
unit.livery_id = source_helo.livery_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user