From abaee2cefa61741bb96696662fe2a8ed0cd196da Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Wed, 5 Jul 2023 18:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=88=98=E6=96=97=E6=9C=8D?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/Editor/ExcelTool/DataConfig/DataConfigWindow.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/Editor/ExcelTool/DataConfig/DataConfigWindow.cs b/Assets/Scripts/Editor/ExcelTool/DataConfig/DataConfigWindow.cs index b75b22db7c..68205f2525 100644 --- a/Assets/Scripts/Editor/ExcelTool/DataConfig/DataConfigWindow.cs +++ b/Assets/Scripts/Editor/ExcelTool/DataConfig/DataConfigWindow.cs @@ -35,9 +35,9 @@ namespace GameEditor.Core.DataConfig private static void ShowConfigWin() { // 加载配置文件 - LoadConfig(); - m_CurGitBench = GitUtil.GetCurBenchName(); - ServerBattleConfig.TryGetValue(m_CurGitBench, out m_CurServerBattlePath); + // LoadConfig(); + // m_CurGitBench = GitUtil.GetCurBenchName(); + // ServerBattleConfig.TryGetValue(m_CurGitBench, out m_CurServerBattlePath); m_ExcelPath = EditorPrefs.GetString("m_ExcelPath"); m_BattleConfigPath = EditorPrefs.GetString("m_BattleConfigPath");