From 28f7a2b2fe0fb05da287561a09c7c9f8e2740d40 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:07:50 +0300 Subject: [PATCH] PLUGINS.md: add ref link for systems to CQC maps mapping --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index cf13d176..74185aba 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -748,7 +748,7 @@ New in version 5.1.3+ def journal_entry_cqc(cmdr: str, is_beta: bool, entry: Dict[str, Any], state: Dict[str, Any]) -> None: if entry['event'] == 'Location': # We loaded to CQC match, lets detect map! - cqc_maps = { # dict to map systems names to CQC maps + cqc_maps = { # dict to map systems names to CQC maps, ref: https://forums.frontier.co.uk/threads/cqc-systems.234394/ 'Bleae Aewsy GA-Y d1-14': 'Asteria Point', 'Eta Cephei': 'Cluster Compound', 'Theta Ursae Majoris': 'Elevate',