From 51e709acf64596a665d3ceca339a27bca0eb9887 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 13 Jul 2021 22:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE=E4=B8=8A?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=97=A0=E5=B0=BD=E6=A8=A1=E5=BC=8F=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E5=90=AF=E5=8A=A8=E9=83=BD=E4=BC=9A=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/load.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/load.lua b/parts/scenes/load.lua index c31cc4a3..baeaaf89 100644 --- a/parts/scenes/load.lua +++ b/parts/scenes/load.lua @@ -160,7 +160,7 @@ local loadingThread=coroutine.wrap(function() end end end - if not(M and M.score)then + if not(M and M.x)then RANKS[name]=nil editFlag=true end