From f62f3652e29e966bcb44b2e1909a6d9659cefcf9 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 19 Dec 2022 01:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF=E6=83=85?= =?UTF-8?q?=E5=86=B5=E8=BF=9B=E5=85=A5=E6=9A=82=E5=81=9C=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E4=B8=80=E4=B8=AA=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index b4694f01..298c4629 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -17,7 +17,7 @@ local trophyColor-- Current trophy color function scene.enter() page=0 - if SCN.prev:find("setting") then + if type(SCN.prev)=='string' and SCN.prev:find("setting") then TEXT.show(text.needRestart,640,410,50,'fly',.6) end local P1=PLAYERS[1]