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

This reverts commit d18c3e298d.
pull/24/head
Ishaan Bhardwaj 2021-06-26 14:55:18 -04:00
parent d18c3e298d
commit 3c718c38e4
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ 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