From 3bd7f56906e31e8fe0072108c9d4652707b51de8 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 21 十月 2025 17:59:00 +0800
Subject: [PATCH] 125 战斗 战斗UI
---
Main/System/Language/Language.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Main/System/Language/Language.cs b/Main/System/Language/Language.cs
index 1649f33..fda11aa 100644
--- a/Main/System/Language/Language.cs
+++ b/Main/System/Language/Language.cs
@@ -97,7 +97,7 @@
// if (_id.StartsWith(NewBieGuideScriptableObject.GuidesPrefixNewBie) ||
// _id.StartsWith(NewBieGuideScriptableObject.GuidesPrefixFun))
// return string.Empty;
- // Debug.LogFormat("缂哄皯璇█琛ㄩ厤缃�,id: {0}", _id);
+ Debug.LogErrorFormat("缂哄皯璇█琛ㄩ厤缃�,id: {0}", _id);
#endif
return string.Empty;
}
@@ -126,7 +126,6 @@
public static string GetFromLocal(int _id)
{
- return string.Empty;
var languageInfo = PriorLanguageConfig.Get(_id);
if (languageInfo == null)
{
--
Gitblit v1.8.0