From f84cac043dda6e0482d2ac828127a1cc23960a55 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 2 Nov 2020 01:13:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AF=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=A7=E5=AD=98=E6=A1=A3=E8=BD=AC=E6=8D=A2=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/main.lua b/main.lua index 1820a4ce..eb475aac 100644 --- a/main.lua +++ b/main.lua @@ -207,26 +207,12 @@ do --Update data file S=STAT - if not S.spin[1][6]then - for i=1,25 do - S.spin[i][6]=0 - end - end if S.extraRate then S.finesseRate=5*(S.piece-S.extraRate) end - if fs.getInfo("bigbang.dat")then fs.remove("bigbang.dat")end if S.version~=gameVersion then S.version=gameVersion newVersionLaunch=true - if S.finesseRate<.5*S.piece then - S.finesseRate=10*S.finesseRate - end - SETTING.skin={1,7,11,3,14,4,9,1,7,1,7,11,3,14,4,9,14,9,11,3,11,3,1,7,4} - for i=1,5 do - FILE.delRecord("solo_"..i) - modeRanks["solo_"..i]=modeRanks["solo_"..i]and 0 - end for name,rank in next,modeRanks do if rank and rank>0 then for i=1,#Modes do @@ -240,8 +226,6 @@ do end end end - LOG.print("更新提醒:单挑模式记录删除完成",600) - LOG.print("Update Warning: 1v1 records deleted",600) FILE.saveData() FILE.saveSetting() end