// Token: 0x0600C03C RID: 49212 RVA: 0x0045ED68 File Offset: 0x0045CF68
    public void OMEDCHKGMND(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = false;
        if (!base.gameObject.GetActive())
        {
            Debug.Log("_ClutTex" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.PKDPOGPDJNI();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

        if (num2 > 1638f)
        {
            base.gameObject.SetActive(false);
            base.Invoke("mapselector.orderby", num2);
        }
    }