From 75b4cec6f7e49f6ec85945eb6be15ea761aeb981 Mon Sep 17 00:00:00 2001 From: Lim0_C Date: Fri, 28 Mar 2025 17:29:56 +0900 Subject: [PATCH] =?UTF-8?q?[HOTFIX]=20=EB=A9=94=EC=9D=B8=20=EA=B2=8C?= =?UTF-8?q?=EC=9E=84=EC=97=90=EC=84=9C=20=EC=A2=85=EB=A3=8C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/Game/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Script/Game/GameManager.cs b/Assets/Script/Game/GameManager.cs index 9b396cd..d0e27fb 100644 --- a/Assets/Script/Game/GameManager.cs +++ b/Assets/Script/Game/GameManager.cs @@ -162,7 +162,7 @@ public class GameManager : Singleton private void OnApplicationQuit() { Debug.Log("앱 종료 감지: 소켓 연결 정리 중..."); - + if (_gameLogic == null) return; if(_gameLogic.GameInProgress) _gameLogic?.ForceQuit(); else