busfahrer letzte runde fehler behoben

This commit is contained in:
2026-09-14 22:55:00 +02:00
parent d873e5d099
commit 94453ea9d2
+2 -16
View File
@@ -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
}
}
}
}
}