fix moves not animating when received from peers

This commit is contained in:
Jesse D. McDonald 2020-03-28 19:36:45 -05:00
parent 8e66eb3537
commit 72650faded
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ $(function (){
function setCurrentGame(game, animate) { function setCurrentGame(game, animate) {
currentGame = game; currentGame = game;
setVisibleGame(game); setVisibleGame(game, animate);
const moves = game.moves; const moves = game.moves;