屏蔽战斗服配置文件提交

dev_fengTi_And
PC-202302260912\Administrator 2023-07-05 18:56:44 +08:00
parent 543bdb6579
commit abaee2cefa
1 changed files with 3 additions and 3 deletions

View File

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