what even is this commit?

This commit is contained in:
Anthony 2020-12-01 11:06:55 +00:00
parent 1e135a6484
commit a5e2e6e477

View File

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