修正FLIE.save搞反静音模式是否print

This commit is contained in:
MrZ626
2020-12-14 17:06:50 +08:00
parent 2512bace19
commit d49a08626f

View File

@@ -47,7 +47,7 @@ function FILE.save(data,name,mode)
local success,mes=F:write(data)
F:flush()F:close()
if success then
if mode:find("q")then
if not mode:find("q")then
LOG.print(text.saveDone,COLOR.green)
end
else