强化旧版存档识别

This commit is contained in:
MrZ626
2020-12-14 22:06:53 +08:00
parent 3680ff4b6a
commit b4a4831ef9

View File

@@ -262,7 +262,7 @@ for _,v in next,{"conf","record","replay"}do
end
--Collect files
if fs.getInfo("data.dat")then
if fs.getInfo("data.dat")or fs.getInfo("key.dat")or fs.getInfo("settings.dat")then
for k,v in next,{
["settings.dat"]="conf/settings",
["unlock.dat"]="conf/unlock",