Removed Start(). Now Start() needs to be called outside the logic.

This commit is contained in:
FlightControl_Master 2018-05-17 10:24:59 +02:00
parent 533b5d035e
commit d07d063265

View File

@ -114,8 +114,6 @@ function AI_CARGO_DISPATCHER_HELICOPTER:New( SetHelicopter, SetCargo, SetDeployZ
self:SetPickupRadius( 0, 0 )
self:SetDeployRadius( 0, 0 )
self:__Start( 1 )
return self
end