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