This commit is contained in:
Frank
2020-04-02 18:00:14 +02:00
parent 618b4d7ded
commit 8b9e49cfc6
8 changed files with 282 additions and 36 deletions
@@ -3846,7 +3846,7 @@ function WAREHOUSE:onafterAddAsset(From, Event, To, group, ngroups, forceattribu
if group:IsAlive()==true then
self:_DebugMessage(string.format("Removing group %s.", group:GetName()), 5)
-- 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 now, the parking is now free.
-- 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()
end