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