From 88281c57cd85b514ffeb8dfb3715bdc0c588d38e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 27 Mar 2021 19:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/getSeqGen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/player/getSeqGen.lua b/parts/player/getSeqGen.lua index 0337d110..79f6b75a 100644 --- a/parts/player/getSeqGen.lua +++ b/parts/player/getSeqGen.lua @@ -1,5 +1,5 @@ local ins,rem=table.insert,table.remove -local yield=coroutine.yield +local yield=YIELD local seqGens={ none=function() while true do yield()end end, @@ -138,7 +138,7 @@ local seqGens={ end end, } -return function(P)--Set newNext funtion for player P +return function(P)--Return a piece-generating funtion for player P local s=P.gameEnv.sequence if type(s)=="function"then return s