From 00df2a1d908849d3f6dd07a42470cd15d36d4644 Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Tue, 4 Feb 2025 10:07:29 +0900 Subject: [PATCH] =?UTF-8?q?Lobby=20=ED=99=94=EB=A9=B4=20=EB=82=B4=EC=9D=98?= =?UTF-8?q?=20=EC=BB=A8=ED=8A=B8=EB=A1=A4=EB=9F=AC=20=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Assets/Gameton/Scripts/Scenes/LobbyScene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gameton-06/Assets/Gameton/Scripts/Scenes/LobbyScene.cs b/Gameton-06/Assets/Gameton/Scripts/Scenes/LobbyScene.cs index 4261f732..71841746 100644 --- a/Gameton-06/Assets/Gameton/Scripts/Scenes/LobbyScene.cs +++ b/Gameton-06/Assets/Gameton/Scripts/Scenes/LobbyScene.cs @@ -22,7 +22,7 @@ namespace TON } UIManager.Show(UIList.LobbyUI); - UIManager.Show(UIList.ControllerUI); + // UIManager.Show(UIList.ControllerUI); PlayerSpawner.SpawnPlayerCharacter(); }