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:
parent
2cedb5e996
commit
c120a48879
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user