屏蔽战斗服配置文件提交
parent
543bdb6579
commit
abaee2cefa
|
@ -35,9 +35,9 @@ namespace GameEditor.Core.DataConfig
|
||||||
private static void ShowConfigWin()
|
private static void ShowConfigWin()
|
||||||
{
|
{
|
||||||
// 加载配置文件
|
// 加载配置文件
|
||||||
LoadConfig();
|
// LoadConfig();
|
||||||
m_CurGitBench = GitUtil.GetCurBenchName();
|
// m_CurGitBench = GitUtil.GetCurBenchName();
|
||||||
ServerBattleConfig.TryGetValue(m_CurGitBench, out m_CurServerBattlePath);
|
// ServerBattleConfig.TryGetValue(m_CurGitBench, out m_CurServerBattlePath);
|
||||||
|
|
||||||
m_ExcelPath = EditorPrefs.GetString("m_ExcelPath");
|
m_ExcelPath = EditorPrefs.GetString("m_ExcelPath");
|
||||||
m_BattleConfigPath = EditorPrefs.GetString("m_BattleConfigPath");
|
m_BattleConfigPath = EditorPrefs.GetString("m_BattleConfigPath");
|
||||||
|
|
Loading…
Reference in New Issue