Update RAT.lua

This commit is contained in:
Frank 2019-03-05 23:09:43 +01:00
parent 85febea3d9
commit 5dbc3b1ba1

View File

@ -1644,11 +1644,11 @@ function RAT:Invisible()
return self
end
--- Turn EPLSR datalink on/off.
--- Turn EPLRS datalink on/off.
-- @param #RAT self
-- @param #boolean switch If true (or nil), turn EPLRS on.
-- @return #RAT RAT self object.
function RAT:SetEPLSR(switch)
function RAT:SetEPLRS(switch)
if switch==nil or switch==true then
self.eplrs=true
else