Fehler bei runde 4 bei busfahrer behoben

This commit is contained in:
2026-09-14 23:04:16 +02:00
parent 94453ea9d2
commit 74adefe0aa
+9
View File
@@ -318,9 +318,18 @@ namespace Casino
PayoutCurrentProfit();
await Task.Delay(100);
if (currentBet <= CurrentUser.Geld)
{
StartRound();
}
else
{
ShowWaitingState();
}
}
}
//Colin Langer
private decimal CalculateCurrentProfit()
{