mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Utils.lua
This commit is contained in:
parent
a0429458d0
commit
2e6cac7bee
@ -2391,7 +2391,7 @@ function UTILS.LoadFromFile(Path,Filename)
|
|||||||
-- Check if file exists.
|
-- Check if file exists.
|
||||||
local exists=UTILS.CheckFileExists(Path,Filename)
|
local exists=UTILS.CheckFileExists(Path,Filename)
|
||||||
if not exists then
|
if not exists then
|
||||||
BASE:E(string.format("ERROR: File %s does not exist!",filename))
|
BASE:I(string.format("ERROR: File %s does not exist!",filename))
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user