From 6e94be8b73f70e4d4359fc05105e460e5d981bd4 Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Wed, 5 Feb 2025 17:16:05 +0500 Subject: [PATCH] Temp Push --- Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs b/Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs index 3deb85b2..c37fb35f 100644 --- a/Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs +++ b/Assets/Scripts/Gameplay/GameState/ServerCharSelectState.cs @@ -101,7 +101,7 @@ namespace Unity.BossRoom.Gameplay.GameState } networkCharSelection.IsLobbyClosed.Value = true; - + Debug.Log("Testing"); SaveLobbyResults(); m_WaitToEndLobbyCoroutine = StartCoroutine(WaitToEndLobby()); }