From 9a619734aec0f044d8220df19ea9c0d8fd0c7160 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 21 Jan 2021 23:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E6=8F=90=E9=AB=98blind=5Fwtf?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8A=E6=A6=9C=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/blind_wtf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/blind_wtf.lua b/parts/modes/blind_wtf.lua index 54aec601..cbef271a 100644 --- a/parts/modes/blind_wtf.lua +++ b/parts/modes/blind_wtf.lua @@ -66,6 +66,6 @@ return{ L>=20 and 3 or L>=10 and 2 or L>=5 and 1 or - L>=1 and 0 + L>=2 and 0 end, } \ No newline at end of file