// Token: 0x0600C056 RID: 49238 RVA: 0x0045F444 File Offset: 0x0045D644
    public void GHBMODAKDHJ(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = true;
        if (!base.gameObject.GetActive())
        {
            Debug.Log("offsets" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.ALPEKJJGCGG();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

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