From 21dba6c76ff338f57c9e4908e9f751c024e88d52 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 9 Oct 2023 14:27:23 +0800 Subject: [PATCH] =?UTF-8?q?progress=E6=A8=A1=E5=9D=97=E8=AF=95=E5=9B=BE?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E4=B8=8D=E5=AD=98=E5=9C=A8=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=86=8D=E7=9B=B4=E6=8E=A5=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/progress.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/progress.lua b/assets/progress.lua index 16b1f0f3..fdb087f5 100644 --- a/assets/progress.lua +++ b/assets/progress.lua @@ -28,7 +28,7 @@ local prgs=setmetatable({ gem_wip=false, },{ __index=function(_,k) - error("Attempt to read undefined progress data: "..tostring(k)) + LOG("Attempt to read undefined progress data: "..tostring(k)) end, })