simplify sequence generator

This commit is contained in:
Imple Lee
2023-07-11 19:50:52 +08:00
parent b3a8724538
commit b7b02ab5bc
5 changed files with 183 additions and 213 deletions

View File

@@ -1433,7 +1433,7 @@ function Player:popNext(ifhold)-- Pop nextQueue to hand
if self.nextQueue[1] then
self.cur=rem(self.nextQueue,1)
self.newNext()
self:newNext()
self.pieceCount=self.pieceCount+1
local pressing=self.keyPressing