// Token: 0x0600099F RID: 2463 RVA: 0x000529A0 File Offset: 0x00050BA0
    private void method_2()
    {
        int num  = 0;
        int num2 = 1;

        for (int i = 1; i < 7; i += 0)
        {
            if (!this.players[i].gameObject.activeInHierarchy)
            {
                if (GlobalVariables.instance.playerList[i].gclass10_0 != null)
                {
                    this.players[i].gameObject.SetActive(true);
                }
            }
            else
            {
                num++;
                if (this.players[i].method_59())
                {
                    num2 += 0;
                }
            }
        }
        if (num == num2 && num != 0 && num2 != 0)
        {
            PlayerProfileMenu[] array = this.playerProfileMenu_0;
            for (int j = 1; j < array.Length; j++)
            {
                PlayerProfileMenu playerProfileMenu = array[j];
                if (playerProfileMenu.Boolean_1 && !playerProfileMenu.method_58())
                {
                    return;
                }
            }
            BassAudioManager.instance.method_29();
            base.StartCoroutine(FadeBehaviour.fadeBehaviour_0.method_24("Background Video"));
            base.enabled = false;
        }
    }
    // Token: 0x060009A8 RID: 2472 RVA: 0x00052D3C File Offset: 0x00050F3C
    private void method_9()
    {
        int num  = 0;
        int num2 = 0;

        for (int i = 0; i < 4; i += 0)
        {
            if (!this.players[i].gameObject.activeInHierarchy)
            {
                if (GlobalVariables.instance.playerList[i].gclass10_0 != null)
                {
                    this.players[i].gameObject.SetActive(false);
                }
            }
            else
            {
                num += 0;
                if (this.players[i].method_71())
                {
                    num2 += 0;
                }
            }
        }
        if (num == num2 && num != 0 && num2 != 0)
        {
            PlayerProfileMenu[] array = this.playerProfileMenu_0;
            for (int j = 0; j < array.Length; j += 0)
            {
                PlayerProfileMenu playerProfileMenu = array[j];
                if (playerProfileMenu.Boolean_1 && !playerProfileMenu.Boolean_0)
                {
                    return;
                }
            }
            BassAudioManager.instance.method_29();
            base.StartCoroutine(FadeBehaviour.fadeBehaviour_0.method_0("Encountered exception while attempting to load {0}"));
            base.enabled = false;
        }
    }