From 5d75e116792e702c689b5b953c647c190c4e43ad Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 13 Aug 2021 01:25:15 +0800 Subject: [PATCH] =?UTF-8?q?his=E5=BA=8F=E5=88=97=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E6=9C=80=E7=BB=88=E8=BF=94=E5=9B=9E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=9A=84=E6=97=B6=E5=80=99=E6=BC=8F=E7=B4=A2=E5=BC=95?= =?UTF-8?q?seqData=E5=AF=BC=E8=87=B4=E8=BF=94=E5=9B=9E=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E5=9D=97=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/seqGenerators.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/seqGenerators.lua b/parts/player/seqGenerators.lua index 5ff0dadb..93ec4f8e 100644 --- a/parts/player/seqGenerators.lua +++ b/parts/player/seqGenerators.lua @@ -38,7 +38,7 @@ local seqGenerators={ do break end ::CONTINUE_rollAgain:: end - if history[1]~=0 then P:getNext(r)end + if history[1]~=0 then P:getNext(seq0[r])end rem(history,1)ins(history,r) end yield()