hch
2025-07-29 81298e554df8d11aeefe7b08aa3d45f1593bf586
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)
                {