From ed99488c8d26eb555fe9982c93fc0bc55bc09790 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Sat, 12 Sep 2026 18:05:22 +0200 Subject: [PATCH] Busfahrer update --- Casino/Busfahrer.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casino/Busfahrer.xaml.cs b/Casino/Busfahrer.xaml.cs index 91ae58b..3ac006d 100644 --- a/Casino/Busfahrer.xaml.cs +++ b/Casino/Busfahrer.xaml.cs @@ -291,7 +291,7 @@ namespace Casino if (PanelSuit != null) PanelSuit.Visibility = Visibility.Collapsed; // Zeige den Auszahlungs-Button ab Runde 1 (nach dem ersten Gewinn) an - BtnCashOut.Visibility = (currentPhase > 1 && currentPhase < 4) ? Visibility.Visible : Visibility.Collapsed; + BtnCashOut.Visibility = (currentPhase > 0 && currentPhase < 4) ? Visibility.Visible : Visibility.Collapsed; switch (currentPhase) {