mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-16 16:06:44 +00:00
Update PseudoATC.lua
This commit is contained in:
@@ -1019,7 +1019,7 @@ function PSEUDOATC:SetUsingRadioInformationFromMap(path)
|
|||||||
if RADIOS and lfs and io then
|
if RADIOS and lfs and io then
|
||||||
self.radios = RADIOS:NewFromFile(path)
|
self.radios = RADIOS:NewFromFile(path)
|
||||||
else
|
else
|
||||||
self:E("PSEUDOATC:SetUsingRadioInformationFromMap Needs `lfs`and `io` to be desanitized in the `MissionScripting.lua` in `<DCS_Install_Directory>\Scripts`")
|
self:E("PSEUDOATC:SetUsingRadioInformationFromMap Needs `lfs`and `io` to be desanitized in the `MissionScripting.lua` in `<DCS_Install_Directory>/Scripts`")
|
||||||
end
|
end
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user