mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-19 13:46:08 +00:00
@@ -1217,6 +1217,10 @@ end
|
|||||||
-- atis:Start()
|
-- atis:Start()
|
||||||
function MSRS:LoadConfigFile(Path,Filename)
|
function MSRS:LoadConfigFile(Path,Filename)
|
||||||
|
|
||||||
|
if lfs == nil then
|
||||||
|
env.info("*****Note - lfs and os need to be desanitized for MSRS to work!")
|
||||||
|
return false
|
||||||
|
end
|
||||||
local path = Path or lfs.writedir()..MSRS.ConfigFilePath
|
local path = Path or lfs.writedir()..MSRS.ConfigFilePath
|
||||||
local file = Filename or MSRS.ConfigFileName or "Moose_MSRS.lua"
|
local file = Filename or MSRS.ConfigFileName or "Moose_MSRS.lua"
|
||||||
local pathandfile = path..file
|
local pathandfile = path..file
|
||||||
|
|||||||
Reference in New Issue
Block a user