diff --git a/parts/player/player.lua b/parts/player/player.lua index aa411ed4..690bf993 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -418,8 +418,10 @@ function Player:pushLineList(L,mir)--Push some lines to field ins(self.visTime,1,FREEROW.new(20)) end self.fieldBeneath=self.fieldBeneath+30*l - self.curY=self.curY+l - self.ghoY=self.ghoY+l + if self.cur then + self.curY=self.curY+l + self.ghoY=self.ghoY+l + end self:freshBlock('push') end function Player:pushNextList(L,mir)--Push some nexts to nextQueue