Fixed accidental deletion of code

This commit is contained in:
Anthony 2020-12-01 11:22:21 +00:00
parent a5e2e6e477
commit 6b5c102459

View File

@ -47,6 +47,9 @@ public class RollDice : MonoBehaviour
main.board.players[current].GetOutOfJail(dice1, dice2);
return;
}
}
main.board.MovePlayer(dice1, dice2);
}
}