暂时移除initSkip功能

This commit is contained in:
MrZ626
2021-05-24 03:27:21 +08:00
parent 57868b700b
commit 798b3acb89
20 changed files with 3 additions and 22 deletions

View File

@@ -1918,9 +1918,6 @@ function Player:act_hold()
if self.waiting==-1 then
self:hold()
end
elseif self.gameEnv.initSkip then
rem(self.nextQueue,1)
self.newNext()
end
end
function Player:act_func1()