diff --git a/Assets/_DDD/_Scripts/GameFlow/GameFlowManager.cs b/Assets/_DDD/_Scripts/GameFlow/GameFlowManager.cs index ebc24fd2f..a6d4f6fb4 100644 --- a/Assets/_DDD/_Scripts/GameFlow/GameFlowManager.cs +++ b/Assets/_DDD/_Scripts/GameFlow/GameFlowManager.cs @@ -32,7 +32,6 @@ public async void PostInit() { if (IsGameStarted() == false) { - await Task.Delay(3000); await ChangeFlow(GameFlowState.ReadyForRestaurant); } }