Optimized the detection intervals + fixed bugs with player detection.

This commit is contained in:
FlightControl
2019-08-11 09:45:28 +02:00
parent d3c76da7a2
commit e770af9fc9
3 changed files with 7 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ POSITIONABLE.__.Cargo = {}
-- @param #string PositionableName The POSITIONABLE name
-- @return #POSITIONABLE self
function POSITIONABLE:New( PositionableName )
local self = BASE:Inherit( self, IDENTIFIABLE:New( PositionableName ) )
local self = BASE:Inherit( self, IDENTIFIABLE:New( PositionableName ) ) -- #POSITIONABLE
self.PositionableName = PositionableName
return self