Show CCTV ID when viewing itSuggestion

Any chance there is a way to show the ID of a CCTV camera when viewing it in the radar?

ok, added in next update

ei.info = Format(name, $"<color={config.Hex.Dist}>{Distance(ei.from)}</color> {cctv.ViewerCount}");​
to
ei.info = Format(name, $"<color={config.Hex.Dist}>{Distance(ei.from)}</color> {cctv.ViewerCount} {cctv.rcIdentifier}");​