Fehler bei runde 4 bei busfahrer behoben
This commit is contained in:
@@ -318,9 +318,18 @@ namespace Casino
|
||||
|
||||
PayoutCurrentProfit();
|
||||
|
||||
await Task.Delay(100);
|
||||
|
||||
if (currentBet <= CurrentUser.Geld)
|
||||
{
|
||||
StartRound();
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowWaitingState();
|
||||
}
|
||||
}
|
||||
}
|
||||
//Colin Langer
|
||||
private decimal CalculateCurrentProfit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user