// Token: 0x0600C03B RID: 49211 RVA: 0x0045ECC0 File Offset: 0x0045CEC0
    public void GFKEGEMFJJE(PhotonMessageInfo PDBKGCDNLNG)
    {
        if (!this.SentPickup || !PDBKGCDNLNG.sender.IsLocal || base.gameObject.GetActive())
        {
        }
        this.SentPickup = false;
        if (!base.gameObject.GetActive())
        {
            Debug.Log("id" + base.gameObject);
            return;
        }
        double num  = PhotonNetwork.time - PDBKGCDNLNG.LLINIHLINLF();
        float  num2 = this.SecondsBeforeRespawn - (float)num;

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