大爆炸结束方式改为自动,删除旧排行数据

This commit is contained in:
MrZ626
2021-06-26 02:36:56 +08:00
parent bcc1b25023
commit bc14c6f625
5 changed files with 14 additions and 14 deletions

View File

@@ -246,6 +246,9 @@ do
fs.remove('conf/user')
fs.remove('conf/key')
end
if STAT.version<1505 then
fs.remove('record/bigbang.rec')
end
if STAT.version~=VERSION.code then
STAT.version=VERSION.code
needSave=true