* Added config file loading
This commit is contained in:
Applevangelist
2023-10-14 16:49:55 +02:00
parent c9cad84419
commit 9451956914
4 changed files with 241 additions and 70 deletions

View File

@@ -2421,7 +2421,7 @@ function UTILS.CheckFileExists(Path,Filename)
-- Check io module is available.
if not io then
BASE:E("ERROR: io not desanitized. Can't save current state.")
BASE:E("ERROR: io not desanitized.")
return false
end