Main/System/HeroUI/HeroUIManager.cs
@@ -69,6 +69,10 @@ config = FuncConfigConfig.Get("HeroOnTeam"); lockHeroCountLimit = JsonMapper.ToObject<int[][]>(config.Numerical1); teamSortByJob = JsonMapper.ToObject<int[]>(config.Numerical2); onekeyGuideID = int.Parse(config.Numerical3); onekeyGuideFirstPos = int.Parse(config.Numerical4); } public void OnBeforePlayerDataInitialize()