diff --git a/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs b/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs index dbbc910..a955b19 100644 --- a/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs +++ b/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs @@ -19,6 +19,7 @@ public partial class PageBoard : ContentPage { InitializeComponent(); BindingContext = GameManager; + GameManager.CurrentPlayer.UpdateLastPlayed(); GameManager.DiceRolled += TheGame_DiceRolled; GameManager.DiceRolled += ResultAddition;