From 74adefe0aa0a1ba97142301d0db44c355f70cdf8 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Mon, 14 Sep 2026 23:04:16 +0200 Subject: [PATCH] Fehler bei runde 4 bei busfahrer behoben --- Casino/Busfahrer.xaml.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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