Update Utils.lua

This commit is contained in:
Thomas 2023-11-20 14:50:12 +01:00 committed by GitHub
parent a0429458d0
commit 2e6cac7bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2391,7 +2391,7 @@ function UTILS.LoadFromFile(Path,Filename)
-- Check if file exists.
local exists=UTILS.CheckFileExists(Path,Filename)
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
end