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