summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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)'