mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-07-05 08:10:59 +02:00
Fixed accidental deletion of code
This commit is contained in:
parent
a5e2e6e477
commit
6b5c102459
@ -47,6 +47,9 @@ 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user