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");