diff --git a/Casino/Busfahrer.xaml.cs b/Casino/Busfahrer.xaml.cs index 489b187..e88ca19 100644 --- a/Casino/Busfahrer.xaml.cs +++ b/Casino/Busfahrer.xaml.cs @@ -318,7 +318,16 @@ namespace Casino PayoutCurrentProfit(); - ShowWaitingState(); + await Task.Delay(100); + + if (currentBet <= CurrentUser.Geld) + { + StartRound(); + } + else + { + ShowWaitingState(); + } } } //Colin Langer