修复云存档/读档的一处小问题

This commit is contained in:
MrZ626
2021-12-06 20:57:09 +08:00
parent b25a345b42
commit bb9a35c161
2 changed files with 7 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ do--function loadFile(name,args), function saveFile(data,name,args)
local text=text or t
local res,mes=pcall(FILE.save,data,name,args)
if res then
return mes
return true
else
MES.new('error',
mes:find'duplicate'and