From a5e2e6e477590479eb5d7a84fd293204cfb9c2d7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 1 Dec 2020 11:06:55 +0000 Subject: [PATCH] what even is this commit? --- Assets/Scripts/monopoly/RollDice.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/Scripts/monopoly/RollDice.cs b/Assets/Scripts/monopoly/RollDice.cs index 758f567..220ac92 100644 --- a/Assets/Scripts/monopoly/RollDice.cs +++ b/Assets/Scripts/monopoly/RollDice.cs @@ -47,9 +47,6 @@ public class RollDice : MonoBehaviour main.board.players[current].GetOutOfJail(dice1, dice2); return; } - } - - main.board.MovePlayer(dice1, dice2); } } \ No newline at end of file