fix locked held piece
This commit is contained in:
parent
1b82e05bb5
commit
3318a716f1
1
app.js
1
app.js
@ -856,6 +856,7 @@ let playerActions = {
|
||||
|
||||
let heldPiece = holdQueue.piece
|
||||
matrix.piece.facing = FACING.NORTH
|
||||
matrix.piece.locked = false
|
||||
holdQueue.piece = matrix.piece
|
||||
holdQueue.piece.holdEnabled = false
|
||||
holdQueue.piece.locked = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user