Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist
2023-11-21 10:13:51 +01:00
19 changed files with 320 additions and 2 deletions

View File

@@ -2394,7 +2394,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