From 26687852c960c00d4be9b4dc5495777cbf334eea Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:30:49 +0900 Subject: [PATCH] =?UTF-8?q?[HOTFIX]=20x=EB=B2=84=ED=8A=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/GameUIController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/GameUIController.cs b/Assets/GameUIController.cs index 6d5d915..c77f16c 100644 --- a/Assets/GameUIController.cs +++ b/Assets/GameUIController.cs @@ -81,7 +81,7 @@ public class GameUIController : MonoBehaviour GameManager.Instance.panelManager.OpenConfirmPanel("무승부 신청을 하시겠습니까?", () => { _multiplayManager.RequestDraw(); - }); + }, true); GameManager.Instance.SetRequestDrawChanceFalse(); } else @@ -109,7 +109,7 @@ public class GameUIController : MonoBehaviour { GameManager.Instance.panelManager.OpenLoadingPanel(true, true, false, false); _multiplayManager.RequestRevengeRequest(); - }); + }, true); } }