// Token: 0x0600C045 RID: 49221 RVA: 0x0045EFC4 File Offset: 0x0045D1C4
    public void NHJONLFALMB(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = true;
        if (!base.gameObject.GetActive())
        {
            Debug.Log("_FgOverlap" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.GJDFJLLPCEC();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

        if (num2 > 811f)
        {
            base.gameObject.SetActive(false);
            base.Invoke("_MainTex2", num2);
        }
    }