From 23b8a1c6c44d5fc33f294a75c9a261f3bfbadee3 Mon Sep 17 00:00:00 2001 From: Jeonghyeon Date: Mon, 14 Jul 2025 02:01:59 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=9E=84=20=EC=8B=9C=EC=9E=91=20?= =?UTF-8?q?=EC=8B=9C=20PostInit=EC=97=90=EC=84=9C=203=EC=B4=88=20=EB=8C=80?= =?UTF-8?q?=EA=B8=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_DDD/_Scripts/GameFlow/GameFlowManager.cs | 1 - 1 file changed, 1 deletion(-) 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); } }