This commit is contained in:
Frank
2020-05-08 00:36:53 +02:00
parent ae36353aab
commit ed49348155
3 changed files with 80 additions and 46 deletions
@@ -3867,7 +3867,7 @@ function WAREHOUSE:onafterAddAsset(From, Event, To, group, ngroups, forceattribu
-- Setting parameter to false, i.e. creating NO dead or remove unit event, seems to not confuse the dispatcher logic.
-- Create a RemoveUnit event to let the FLIGHTCONTROL know, the parking is now free.
-- TODO: Need to check if my above comment not to confuse the dispatcher logic is broken by this!
group:Destroy(false)
group:Destroy()
end
else