diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2790,7 +2790,7 @@ function get_icons(starting_control, end_control) { else if (starting_control === 'd_ahead' && end_control === DEM) return ' (£DU .to £DC)' else if (starting_control === 'd_ahead' && end_control === COM) - return ' (£DU .to £DC)' + return ' (£DU .to £CC)' else if (starting_control === 'c_ahead' && end_control === DEM) return ' (£CU .to £DC)' else if (starting_control === 'c_ahead' && end_control === COM) |