mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
SlingLoad cargo should never appear in the CARGO menu. It has its own mechanisms.
This commit is contained in:
@@ -898,6 +898,15 @@ trace.f( self.ClassName )
|
||||
return self
|
||||
end
|
||||
|
||||
function CARGO_SLINGLOAD:IsNear( Client, LandingZone )
|
||||
trace.f( self.ClassName )
|
||||
|
||||
local Near = false
|
||||
|
||||
return Near
|
||||
end
|
||||
|
||||
|
||||
function CARGO_SLINGLOAD:IsInLandingZone( Client, LandingZone )
|
||||
trace.f( self.ClassName )
|
||||
|
||||
@@ -911,7 +920,6 @@ trace.f( self.ClassName )
|
||||
end
|
||||
|
||||
return Near
|
||||
|
||||
end
|
||||
|
||||
|
||||
@@ -923,7 +931,6 @@ trace.f(self.ClassName )
|
||||
|
||||
|
||||
return Valid
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user