Main/System/HeroUI/HeroListWin.cs @@ -84,6 +84,8 @@ { for (int i = 0; i < team.serverHeroes.Length; i++) { if (team.serverHeroes[i] == null) continue; var hero = HeroManager.Instance.GetHero(team.serverHeroes[i].guid); if (hero != null) {