修复一处遗留逻辑hold和序列生成相关的错误

This commit is contained in:
MrZ626
2021-11-26 21:24:34 +08:00
parent 657bc2b4e0
commit a1315e7f7f
2 changed files with 3 additions and 4 deletions

View File

@@ -256,9 +256,6 @@ local seqGenerators={
if seq[1]then
P:getNext(rem(seq))
else
if not(P.cur or P.nextQueue[1]or P.holdQueue[1])then
P:lose(true)
end
break
end
end