From 168f44b8b313368afe0b5150a5808f91f722ec02 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 18 Dec 2021 00:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E6=96=B9=E6=B3=95=E5=90=8D=E4=BF=AE=E6=94=B9=E6=B2=A1?= =?UTF-8?q?=E6=94=B9=E5=AE=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/error.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/error.lua b/parts/scenes/error.lua index 6a3cfd84..3403b45a 100644 --- a/parts/scenes/error.lua +++ b/parts/scenes/error.lua @@ -9,9 +9,9 @@ local scene={} function scene.sceneInit() BGcolor=rnd()>.026 and{.3,.5,.9}or{.62,.3,.926} - sysAndScn=SYSTEM.."-"..VERSION.string.." scene:"..Z.getErrData('#').scene + sysAndScn=SYSTEM.."-"..VERSION.string.." scene:"..Z.getErr('#').scene errorText=LOADED and text.errorMsg or"An error has occurred while the game was loading.\nAn error log has been created so you can send it to the author." - errorShot,errorInfo=Z.getErrData('#').shot,Z.getErrData('#').mes + errorShot,errorInfo=Z.getErr('#').shot,Z.getErr('#').mes NET.wsclose_app() NET.wsclose_user() NET.wsclose_play()