From 584b3c1fc2af40aef2b4c7e21f6592b0834d7406 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 30 Nov 2020 01:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=90=AF=E5=8A=A8=E4=BC=9A?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/main.lua b/main.lua index 79e2febe..68cfc558 100644 --- a/main.lua +++ b/main.lua @@ -159,6 +159,7 @@ if fs.getInfo("unlock.dat")then RANKS=FILE.load("unlock")end if fs.getInfo("data.dat")then STAT=FILE.load("data")end if fs.getInfo("key.dat")then keyMap=FILE.load("key")end if fs.getInfo("virtualkey.dat")then VK_org=FILE.load("virtualkey")end +if fs.getInfo("account.dat")then ACCOUNT=FILE.load("account")end if fs.getInfo("tech_ultimate.dat")then fs.remove("tech_ultimate.dat")end if fs.getInfo("tech_ultimate+.dat")then fs.remove("tech_ultimate+.dat")end