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