修复conf/account没改完导致账户信息存不上文件
This commit is contained in:
3
main.lua
3
main.lua
@@ -42,7 +42,7 @@ for _,v in next,{"conf","record","replay"}do
|
||||
::NEXT::
|
||||
end
|
||||
|
||||
--Delete useless mode record file
|
||||
--Delete useless files
|
||||
for _,v in next,{
|
||||
"tech_ultimate.dat",
|
||||
"tech_ultimate+.dat",
|
||||
@@ -51,6 +51,7 @@ for _,v in next,{
|
||||
"marathon_ultimate.dat",
|
||||
"infinite.dat",
|
||||
"infinite_dig.dat",
|
||||
"conf/account",
|
||||
}do
|
||||
if fs.getInfo(v)then fs.remove(v)end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user