This commit is contained in:
Applevangelist
2023-06-13 18:01:13 +02:00
parent 9e84c6af1b
commit a8be273479
2 changed files with 8 additions and 4 deletions

View File

@@ -179,9 +179,9 @@ function UNIT:GetDCSObject()
return DCSUnit
end
if self.DCSUnit then
return self.DCSUnit
end
--if self.DCSUnit then
--return self.DCSUnit
--end
return nil
end