From dd4810e087ccae054286e5a093dd031da8bc12f5 Mon Sep 17 00:00:00 2001 From: Ino Date: Mon, 3 Feb 2025 16:55:53 +0900 Subject: [PATCH] ... --- Assets/Ino_nerdnavis.txt | 1 - Assets/Script/Server/ServerInfo.cs | 4 ++-- Assets/Script/UI/Map/MapChoiceUI_DungeonBase.cs | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Assets/Ino_nerdnavis.txt b/Assets/Ino_nerdnavis.txt index 62b38400f..c94be8adb 100644 --- a/Assets/Ino_nerdnavis.txt +++ b/Assets/Ino_nerdnavis.txt @@ -73,4 +73,3 @@ messageinfo 엄청 느린 버그 - 특정 오브젝트와 상호 작용 시 즉시 몬스터 생성 - 점수 일정 이상 보상 지급 -최초 한 번 랭킹 등록이 안됨 \ No newline at end of file diff --git a/Assets/Script/Server/ServerInfo.cs b/Assets/Script/Server/ServerInfo.cs index be5f4339b..0c8e04105 100644 --- a/Assets/Script/Server/ServerInfo.cs +++ b/Assets/Script/Server/ServerInfo.cs @@ -484,11 +484,11 @@ public class ServerInfo : MyCoroutine }, result => { - //Debug.Log(result); + Debug.Log(result); }, fail => { - //Debug.Log(fail); + Debug.Log(fail.ErrorMessage); }); } public void Get_MyRank(string leaderboard, Action my) diff --git a/Assets/Script/UI/Map/MapChoiceUI_DungeonBase.cs b/Assets/Script/UI/Map/MapChoiceUI_DungeonBase.cs index 19d5fdc9b..f3651841a 100644 --- a/Assets/Script/UI/Map/MapChoiceUI_DungeonBase.cs +++ b/Assets/Script/UI/Map/MapChoiceUI_DungeonBase.cs @@ -3,7 +3,7 @@ using UnityEngine; public class MapChoiceUI_DungeonBase : MonoBehaviour { - public int SelectMapID = 1001; + public int SelectMapID = 1001; // 프리팹에서 설정 protected BattleMapConfigTableData m_mapData;