From 94453ea9d2d2d42417271c2b0eb4b20e0969cb0d Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Mon, 14 Sep 2026 22:55:00 +0200 Subject: [PATCH] busfahrer letzte runde fehler behoben --- Casino/Busfahrer.xaml.cs | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Casino/Busfahrer.xaml.cs b/Casino/Busfahrer.xaml.cs index 48c5721..489b187 100644 --- a/Casino/Busfahrer.xaml.cs +++ b/Casino/Busfahrer.xaml.cs @@ -179,8 +179,6 @@ namespace Casino MessageBoxButton.OK, MessageBoxImage.Information); } - - } //Colin Langer // lädt und mischt die karten aus der datenbank @@ -214,7 +212,6 @@ namespace Casino } //Colin Langer - private void UpdateHandUI() { Bild_1.Source = cardBackImage; @@ -315,24 +312,13 @@ namespace Casino UpdateWinDisplay(); SetPhaseUI(); - // Vierte Frage richtig -> automatisch auszahlen if (currentPhase == 4) { roundRunning = false; PayoutCurrentProfit(); - await Task.Delay(1000); - - // Neue Runde automatisch starten - if (currentBet <= CurrentUser.Geld) - { - StartRound(); - } - else - { - ShowWaitingState(); - } + ShowWaitingState(); } } //Colin Langer @@ -600,4 +586,4 @@ namespace Casino } } } -} +} \ No newline at end of file