public void RecyclePowerup(Powerup powerup) { powerup.Disable(); { if (MatchSystem.instance.ServerOwner) { powerup.gameObject.GetComponent <NetworkIdentity>().Owner = true; powerup.gameObject.SetActive(false); } } }