From edcf6f85200949b7993f48c6564062fb2cd9d9f4 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 30 Oct 2020 21:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=AC=A1=E6=9B=B4=E6=96=B0=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=8D=95=E6=8C=91=E6=88=90=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.lua b/main.lua index 4eb1d108..a771f893 100644 --- a/main.lua +++ b/main.lua @@ -212,6 +212,12 @@ do 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 + LOG.print("更新提醒:单挑模式记录删除完成",600) + LOG.print("Update Warning: 1v1 records deleted",600) FILE.saveData() FILE.saveSetting() end