修正FLIE.save搞反静音模式是否print
This commit is contained in:
@@ -47,7 +47,7 @@ function FILE.save(data,name,mode)
|
|||||||
local success,mes=F:write(data)
|
local success,mes=F:write(data)
|
||||||
F:flush()F:close()
|
F:flush()F:close()
|
||||||
if success then
|
if success then
|
||||||
if mode:find("q")then
|
if not mode:find("q")then
|
||||||
LOG.print(text.saveDone,COLOR.green)
|
LOG.print(text.saveDone,COLOR.green)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user