-- Fixed NearRadius.

-- Some documentation errors.
This commit is contained in:
FlightControl
2018-09-27 22:08:08 +02:00
parent 2dc7ca0cb2
commit 5becf001ba
8 changed files with 19 additions and 22 deletions

View File

@@ -67,6 +67,8 @@ do -- CARGO_CRATE
self:HandleEvent( EVENTS.PlayerLeaveUnit, self.OnEventCargoDead )
self:SetEventPriority( 4 )
self.NearRadius = NearRadius or 25
return self
end