// Token: 0x0600C050 RID: 49232 RVA: 0x0045F24C File Offset: 0x0045D44C
    public void CDEMOBDDOBE(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = true;
        if (!base.gameObject.GetActive())
        {
            Debug.Log(".lastCheckpoint.penaltyScore" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.JLEPHCGPKMB();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

        if (num2 > 1328f)
        {
            base.gameObject.SetActive(true);
            base.Invoke("_Value2", num2);
        }
    }