mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#UNIT
* Test to not return a stored DCS Object if the API doesn't think it's still there
This commit is contained in:
@@ -179,9 +179,9 @@ function UNIT:GetDCSObject()
|
|||||||
return DCSUnit
|
return DCSUnit
|
||||||
end
|
end
|
||||||
|
|
||||||
if self.DCSUnit then
|
--if self.DCSUnit then
|
||||||
return self.DCSUnit
|
--return self.DCSUnit
|
||||||
end
|
--end
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user