//Changes grid ownership of the drone public void SetOwner(long id) { _ownerId = id; Ship.ChangeGridOwnership(id, MyOwnershipShareModeEnum.Faction); Ship.UpdateOwnership(id, true); }