From e938621996338917b1ecd9aa3aaa9bc08132b8e3 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 15 Aug 2021 00:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=A0=86=E7=A7=AF=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E6=95=B0=E6=B4=9E=E5=87=BD=E6=95=B0=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/stack_100l.lua | 2 +- parts/modes/stack_20l.lua | 2 +- parts/modes/stack_40l.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/modes/stack_100l.lua b/parts/modes/stack_100l.lua index 30388940..daf7dfe9 100644 --- a/parts/modes/stack_100l.lua +++ b/parts/modes/stack_100l.lua @@ -3,7 +3,7 @@ local function getHoleCount(P) for x=1,10 do for y=1,98 do if not P:solid(x,y)then - holes=holes+1 + hole=hole+1 end end end diff --git a/parts/modes/stack_20l.lua b/parts/modes/stack_20l.lua index 1ea2e044..fcee7ae9 100644 --- a/parts/modes/stack_20l.lua +++ b/parts/modes/stack_20l.lua @@ -3,7 +3,7 @@ local function getHoleCount(P) for x=1,10 do for y=1,20 do if not P:solid(x,y)then - holes=holes+1 + hole=hole+1 end end end diff --git a/parts/modes/stack_40l.lua b/parts/modes/stack_40l.lua index 40a85502..cf685a30 100644 --- a/parts/modes/stack_40l.lua +++ b/parts/modes/stack_40l.lua @@ -3,7 +3,7 @@ local function getHoleCount(P) for x=1,10 do for y=1,39 do if not P:solid(x,y)then - holes=holes+1 + hole=hole+1 end end end