Fixed a bug where pieces would check gravity before a block out

pull/24/head
Ishaan Bhardwaj 2021-06-26 00:20:47 -04:00
parent 33934bfb53
commit d18c3e298d
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ function Ruleset:initializePiece(
playSE("irs") playSE("irs")
end end
end end
self:dropPiece(inputs, piece, grid, gravity, drop_speed, drop_locked, hard_drop_locked)
return piece return piece
end end