Skip to content

Commit 5f8945c

Browse files
fix: h&b unplayable breaking change
1 parent 9662e1d commit 5f8945c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/usePlayController/useHandBrainController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const useHandBrainController = (
287287
return {
288288
...controller,
289289
availableMoves,
290-
makeMove: makePlayerMove,
290+
makePlayerMove,
291291
boardShapes,
292292
selectedPiece,
293293
movablePieceTypes,

0 commit comments

Comments
 (0)