Added FilterActive() method in SET\_UNIT, SET\GROUP, SET\_CLIENT.

Haven't tested the behaviour for CLIENTs joining and leaving.
This commit is contained in:
FlightControl
2018-09-11 20:38:09 +02:00
parent d5e2365bb3
commit 9c9633ba23
5 changed files with 186 additions and 64 deletions

View File

@@ -178,7 +178,7 @@ function AI_CARGO:onbeforeLoad( Carrier, From, Event, To, PickupZone )
local Boarding = false
local LoadInterval = 10
local LoadInterval = 2
local LoadDelay = 0
local Carrier_List = {}
local Carrier_Weight = {}