Showing 1 changed files with 1 additions and 1 deletions
+1 -1
Nasal/softkeys.nas
... ...
@@ -548,7 +548,7 @@ var softkeysClass = {
548 548
                     else {
549 549
                         results = findNavaidsWithinRange(100, type);
550 550
                     }
551
-                    if (where != 'RANGE') {
551
+                    if (where != 'OMNI') {
552 552
                         var norm_360 = func (a) return math.periodic(0, 360, a);
553 553
                         if    (where == 'FRONT') var side = norm_360(data.hdg);
554 554
                         elsif (where == 'RIGHT') var side = norm_360(data.hdg + 90);