Merge branch 'master' into develop

This commit is contained in:
Frank 2021-04-18 14:34:46 +02:00
commit ab1ec54c03
2 changed files with 2 additions and 1 deletions

View File

@ -581,6 +581,7 @@ ATIS.version="0.9.1"
-- DONE: Set UTC correction.
-- DONE: Set magnetic variation.
-- DONE: New DCS 2.7 weather presets.
-- DONE: whatever
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Constructor

View File

@ -154,7 +154,7 @@ function UNIT:Name()
return self.UnitName
end
--- Get the DCS unit object.
--- Get the DCS unit object you want.
-- @param #UNIT self
-- @return DCS#Unit
function UNIT:GetDCSObject()