From f615efdd51ce089c5631c81339b4b3c1b8609ffd Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 14 Dec 2024 15:26:13 +0000 Subject: Fix icons COM to DEM --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index a4f1e85..361b155 100644 --- a/rules.js +++ b/rules.js @@ -2815,7 +2815,7 @@ function get_icons(starting_control, end_control) { console.log('in long bit') if (starting_control === DEM && end_control === COM) return ' (£DC .to £CC)' - else if (starting_control === COM && end_control === COM) + else if (starting_control === COM && end_control === DEM) return ' (£CC .to £DC)' else if (starting_control === 'd_ahead' && end_control === DEM) return ' (£DU .to £DC)' -- cgit v1.2.3